You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -243,7 +244,7 @@ class SvelteJestAdder extends Adder {
243
244
244
245
Preset
245
246
.editJson('package.json')
246
-
.merge({scripts: {'test': 'NODE_OPTIONS=--experimental-vm-modules jest src --config jest.config.json','test:watch': 'npm run test -- --watch'}})
247
+
.merge({scripts: {'test': 'cross-env NODE_OPTIONS=--experimental-vm-modules jest src --config jest.config.json','test:watch': 'npm run test -- --watch'}})
247
248
.withTitle('Adding test scripts to package.json');
0 commit comments