From 4d4216690096dc8d300254e8752a4830df1c0f2d Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 13:23:52 -0500 Subject: Adapt integration tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2d983b9..e27c256 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "scripts": { "build": "webpack --config ./config/webpack.js", "lint": "eslint lib", - "test": "lab" + "test": "node test/integration.js" }, "main": "./lib/serpentity.js" } -- cgit