Skip to content

Commit

Permalink
fix: lint test file
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-go committed Oct 3, 2022
1 parent cc312ab commit 28b8f7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-repl-async-iife.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict'
'use strict';
require('../common');

// Note: This test ensures that async IIFE doesn't crash
Expand All @@ -8,4 +8,3 @@ const repl = require('repl').start({ terminal: true });

repl.write('(async() => { })()\n');
repl.write('.exit\n');

0 comments on commit 28b8f7f

Please sign in to comment.