Skip to content

Commit

Permalink
broaden grep arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Mar 21, 2024
1 parent 386deae commit d49e868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ scripts:
ssm: null
default:
- 'go run '
- 'debug/rule'
- 'target/debug'
CLIENT_PROCESS:
ssm: null
default: 'bin/vite dev'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d49e868

Please sign in to comment.