ic-mops 0.18.0 → 0.18.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
@@ -142,7 +142,7 @@ export async function runAll(filter = '') {
142
142
  skipped += mmf.skipped;
143
143
 
144
144
  i++ && console.log('-'.repeat(50));
145
- console.log(`Running ${chalk.gray(file)} ${wasiMode ? chalk.gray('(wasi)') : ''}`);
145
+ console.log(`Running ${chalk.gray(path.relative(rootDir, file))} ${wasiMode ? chalk.gray('(wasi)') : ''}`);
146
146
  mmf.flush();
147
147
  });
148
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "cli.js"