From 0ac66212187eb8fccd2533341599906e1038935f Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Sun, 19 Jan 2025 19:05:14 -0800 Subject: [PATCH] Remove `--harmony-collections` --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 4275fbf..aa52db4 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -25,7 +25,7 @@ module.exports = (grunt) -> shell: test: - command: 'node --harmony_collections node_modules/.bin/jasmine-focused --coffee --captureExceptions --forceexit spec' + command: 'node node_modules/.bin/jasmine-focused --coffee --captureExceptions --forceexit spec' options: stdout: true stderr: true