Skip to content

Commit

Permalink
Fixed minimist import
Browse files Browse the repository at this point in the history
  • Loading branch information
T_S_V committed Oct 27, 2021
1 parent 261c790 commit 1e43aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testCafe/helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ClientFunction, Selector } from "testcafe";
import minimist from 'minimist';
const minimist = require("minimist");

const args = minimist(process.argv.slice(2));
const environment = args.env;
Expand Down

0 comments on commit 1e43aec

Please sign in to comment.