diff --git a/package.json b/package.json index b08fee6f..e86ca97e 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ }, "main": "./twemoji.npm.js", "scripts": { - "test": "phantomjs testrunner.js && phantomjs 2/test/testrunner.js" + "test": "phantomjs testrunner.js && sleep 1 && phantomjs 2/test/testrunner.js" } }