From 9d9e97c94713139f91b2fa3994435b47c12c6bff Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Mon, 28 Aug 2017 17:26:30 -0700 Subject: [PATCH] Add shuffle-array to `test/integration/package.json` for GL Native CI --- test/integration/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/package.json b/test/integration/package.json index 779a75f4b9b..2895e9c93b2 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -12,6 +12,7 @@ "lodash": "^4.17.4", "pixelmatch": "^4.0.2", "pngjs": "^3.0.0", - "st": "^1.1.0" + "st": "^1.1.0", + "shuffle-array": "^1.0.1" } }