@sigil-engine/core 0.5.1 → 0.6.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.
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @sigil-engine/core@0.
|
|
2
|
+
> @sigil-engine/core@0.6.0 test /Users/riomyers/sigil/packages/core
|
|
3
3
|
> vitest run
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
RUN v3.2.4 /Users/riomyers/sigil/packages/core
|
|
7
7
|
|
|
8
|
-
✓ tests/
|
|
9
|
-
✓ tests/
|
|
10
|
-
✓ tests/
|
|
8
|
+
✓ tests/schema.test.ts (7 tests) 4ms
|
|
9
|
+
✓ tests/plugin.test.ts (7 tests) 3ms
|
|
10
|
+
✓ tests/cache.test.ts (3 tests) 3ms
|
|
11
11
|
✓ tests/diff.test.ts (11 tests) 5ms
|
|
12
|
-
✓ tests/serialize.test.ts (5 tests)
|
|
12
|
+
✓ tests/serialize.test.ts (5 tests) 45ms
|
|
13
13
|
|
|
14
14
|
Test Files 5 passed (5)
|
|
15
15
|
Tests 33 passed (33)
|
|
16
|
-
Start at 03:
|
|
17
|
-
Duration
|
|
16
|
+
Start at 03:47:07
|
|
17
|
+
Duration 653ms (transform 156ms, setup 0ms, collect 278ms, tests 60ms, environment 2ms, prepare 532ms)
|
|
18
18
|
|