Skip to content

Commit

Permalink
fix test-esm-error-cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 21, 2018
1 parent 2a0dd2d commit 1fda29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es-module/test-esm-error-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const assert = require('assert');

common.crashOnUnhandledRejection();

const file = '../../fixtures/syntax/bad_syntax.js';
const file = '../fixtures/syntax/bad_syntax.js';

let error;
(async () => {
Expand Down

0 comments on commit 1fda29b

Please sign in to comment.