Skip to content

Commit

Permalink
remove copy/pasted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iambumblehead authored Jul 19, 2022
1 parent 9180a9d commit c696f55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/node-ts/esmock.node-ts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import test from 'node:test';
import assert from 'assert';
import esmock from '../../src/esmock.js';

// this error can occur when sources do not define 'esmockloader'
// on 'global' but use a process linked variable instead
test('should mock ts when using node-ts', { only : true }, async () => {
const main = await esmock('../local/main.ts', {
path: {
Expand Down

0 comments on commit c696f55

Please sign in to comment.