Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
marco-ippolito and bmuenzenmeyer authored Dec 25, 2024
1 parent 72e089c commit 010bb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es-module/test-typescript.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ test('execute a TypeScript test mocking module', { skip: isWindows && process.ar
strictEqual(result.code, 0);
});

test('expect process.features.typescript to be true', async () => {
test('expect process.features.typescript to be strip', async () => {
strictEqual(process.features.typescript, 'strip');
});

Expand Down

0 comments on commit 010bb79

Please sign in to comment.