ic-mops 0.17.0 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/commands/test.js +1 -1
  2. package/package.json +1 -1
package/commands/test.js CHANGED
@@ -130,7 +130,7 @@ export async function runAll(filter = '') {
130
130
  }
131
131
  // interpret
132
132
  else {
133
- let proc = spawn(mocPath, ['-r', '-ref-system-api', ...mocArgs], {cwd: rootDir});
133
+ let proc = spawn(mocPath, ['-r', '-ref-system-api', ...mocArgs]);
134
134
  await pipeMMF(proc, mmf);
135
135
  }
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "cli.js"