diff --git a/.gitignore b/.gitignore index d186557..e23dc78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ cypress/videos +cypress/screenshots/ diff --git a/index.js b/index.js index 3030cda..d08a7ef 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -import spok from 'spok' -import stripAnsi from 'strip-ansi' +const spok = require('spok').default +const stripAnsi = require('strip-ansi') spok.color = false spok.printDescription = false