Skip to content

Commit

Permalink
test: don't investigate in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Nov 18, 2024
1 parent 53937a9 commit 7e0ee52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export const test = _test.extend<{
SNAIL_TEST_USER_DATA_DIR: test.info().outputPath('user-data-dir'),
SNAIL_OPENAI_KEY: '',
SNAIL_ANTHROPIC_KEY: '',
SNAIL_SHOULD_INVESTIGATE: '',
},
});
const err: Buffer[] = [];
Expand Down

0 comments on commit 7e0ee52

Please sign in to comment.