vitest 0.2.4 → 0.2.5
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/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from 'events';
|
|
2
2
|
import { c, e as ensurePackageInstalled } from './index-043440ae.js';
|
|
3
|
-
import { c as createVitest } from './create-
|
|
3
|
+
import { c as createVitest } from './create-48243480.js';
|
|
4
4
|
import require$$0 from 'readline';
|
|
5
5
|
import 'tty';
|
|
6
6
|
import 'local-pkg';
|
|
@@ -640,7 +640,7 @@ class CAC extends EventEmitter {
|
|
|
640
640
|
|
|
641
641
|
const cac = (name = "") => new CAC(name);
|
|
642
642
|
|
|
643
|
-
var version = "0.2.
|
|
643
|
+
var version = "0.2.5";
|
|
644
644
|
|
|
645
645
|
const keys = [
|
|
646
646
|
["a", "rerun all tests"],
|