ic-mops 0.12.2 → 0.12.3

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.
package/commands/test.js CHANGED
@@ -105,7 +105,7 @@ export async function runAll(filter = '') {
105
105
  file !== files[0] && console.log('-'.repeat(50));
106
106
  console.log(`Running ${chalk.gray(absToRel(file))}`);
107
107
 
108
- let proc = spawn(mocPath, ['-r', '-wasi-system-api', '-ref-system-api', '--hide-warnings', '--error-detail=2', ...sourcesArr.join(' ').split(' '), file]);
108
+ let proc = spawn(mocPath, ['-r', '-wasi-system-api', '-ref-system-api', '--hide-warnings', '--error-detail=2', ...sourcesArr.join(' ').split(' '), file].filter(x => x));
109
109
 
110
110
  // stdout
111
111
  proc.stdout.on('data', (data) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "cli.js"
@@ -18,7 +18,7 @@ jobs:
18
18
  node-version: 18
19
19
  - uses: aviate-labs/setup-dfx@v0.2.3
20
20
  with:
21
- dfx-version: 0.13.1
21
+ dfx-version: 0.14.0
22
22
 
23
23
  - name: install dfx
24
24
  run: dfx cache install