Skip to content

Commit 0a43737

Browse files
committed
remove invalid snapshot
1 parent c83af1a commit 0a43737

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

system-tests/__snapshots__/config_modules_spec.ts.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

system-tests/test/config_modules_spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ describe('cypress config with esm and cjs', function () {
3232
spec: 'app.cy.js',
3333
browser: 'chrome',
3434
expectedExitCode: 1,
35-
snapshot: true,
36-
onStdout (stdout) {
37-
expect(stdout).to.include('nearest parent package.json contains "type": "module" which defines all .ts files in that package scope as ES modules')
38-
39-
// Need to make this stable b/c of filepaths, and snapshot: true is needed to invoke onStdout
40-
return 'STDOUT_ERROR_VALIDATED'
41-
},
4235
})
4336
})
4437

0 commit comments

Comments
 (0)