Skip to content

Commit

Permalink
remove unused one
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 16, 2021
1 parent 6678ff9 commit 1d767b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e/__tests__/nativeAsyncMock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ import runJest from '../runJest';
const dir = path.resolve(__dirname, '..', 'native-async-mock');

test('mocks async functions', () => {
if (process.versions.node < '7.6.0') {
return;
}

runYarnInstall(dir);

// --no-cache because babel can cache stuff and result in false green
Expand Down

0 comments on commit 1d767b6

Please sign in to comment.