Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Feb 5, 2022
1 parent f3b18ba commit b972ce5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/es-module/test-esm-process.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import '../common/index.mjs';
import assert from 'assert';
import process from 'process';
import { report } from 'process';
import process, { report } from 'process';

assert.strictEqual(Object.prototype.toString.call(process), '[object process]');
assert(Object.getOwnPropertyDescriptor(process, Symbol.toStringTag).writable);

assert(report);

0 comments on commit b972ce5

Please sign in to comment.