Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 20, 2024
1 parent 15dfe5c commit 65c2960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/__tests__/__snapshots__/globals.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ Time: <<REPLACED>>
Ran all test suites."
`;
exports[`on node ^18.18.0 ||>=20.4.0 Symbol's \`dispose\` are available 1`] = `
exports[`on node ^18.18.0 || >=20.4.0 Symbol's \`dispose\` are available 1`] = `
"PASS __tests__/symbolDispose.test.js
✓ test"
`;
exports[`on node ^18.18.0 ||>=20.4.0 Symbol's \`dispose\` are available 2`] = `
exports[`on node ^18.18.0 || >=20.4.0 Symbol's \`dispose\` are available 2`] = `
"Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Expand Down
2 changes: 1 addition & 1 deletion e2e/__tests__/globals.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ test('function as it() descriptor', () => {
expect(exitCode).toBe(0);
});

onNodeVersions('^18.18.0 ||>=20.4.0', () => {
onNodeVersions('^18.18.0 || >=20.4.0', () => {
test("Symbol's `dispose` are available", () => {
const filename = 'symbolDispose.test.js';
const content = `
Expand Down

0 comments on commit 65c2960

Please sign in to comment.