Skip to content

Commit

Permalink
Use esm for cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jul 24, 2019
1 parent e22f3c3 commit e5e6e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const ChildProcess = require("child_process")
var assert = require('assert');
import ChildProcess from "child_process";
import assert from 'assert';

// placed here to make multiline indentation easier, feel free to move if you're
// adding more tests here
Expand Down

0 comments on commit e5e6e3a

Please sign in to comment.