Skip to content

Commit

Permalink
test: fixes snapshot test [sc-00]
Browse files Browse the repository at this point in the history
  • Loading branch information
tnolet committed Dec 14, 2023
1 parent 7b7e229 commit 6d5afeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/cli/e2e/__tests__/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe('test', () => {
it('Should run snapshot tests', async () => {
const secretEnv = uuid.v4()
const result = await runChecklyCli({
args: ['test', '-e', `SECRET_ENV=${secretEnv}`, '--verbose'],
args: ['test', '-e', `SECRET_ENV=${secretEnv}`, '--verbose', '--record'],
apiKey: config.get('apiKey'),
accountId: config.get('accountId'),
directory: path.join(__dirname, 'fixtures', 'snapshot-project'),
Expand Down

0 comments on commit 6d5afeb

Please sign in to comment.