diff --git a/client/tests/test.ts b/client/tests/test.ts index 1a9fd4b2..0e0c50d3 100644 --- a/client/tests/test.ts +++ b/client/tests/test.ts @@ -12,8 +12,8 @@ test('request detail screen pairs transaction items with rule added items', asyn await page.getByText('Requests').click(); await page.locator('css=[data-id-req="1"]').click(); await expect(await getFirstNTransactionItems(page, 6)).toEqual( + // migrations/testseed/000003_request.up.sql [ - // migrations/testseed/000003_request.up.sql { item_id: "eggs", quantity: "1", diff --git a/project.yaml b/project.yaml index abb14542..c81893e7 100644 --- a/project.yaml +++ b/project.yaml @@ -302,7 +302,7 @@ scripts: ssm: null default: - 'go run ' - - 'debug/rule' + - 'target/debug' CLIENT_PROCESS: ssm: null default: 'bin/vite dev' @@ -444,7 +444,7 @@ services: - RUST_LOG - RUST_BACKTRACE request-by-id: - runtime: rust.x + runtime: rust1.x min_code_cov: null type: app local_dev: true