@sigil-engine/core 0.1.3 → 0.2.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 +1 -1
- package/.turbo/turbo-test.log +18 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
> @sigil-engine/core@0.1.3 test /Users/riomyers/sigil/packages/core
|
|
3
|
+
> vitest run
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
RUN v3.2.4 /Users/riomyers/sigil/packages/core
|
|
7
|
+
|
|
8
|
+
✓ tests/cache.test.ts (3 tests) 4ms
|
|
9
|
+
✓ tests/plugin.test.ts (7 tests) 3ms
|
|
10
|
+
✓ tests/schema.test.ts (7 tests) 4ms
|
|
11
|
+
✓ tests/diff.test.ts (11 tests) 9ms
|
|
12
|
+
✓ tests/serialize.test.ts (5 tests) 23ms
|
|
13
|
+
|
|
14
|
+
Test Files 5 passed (5)
|
|
15
|
+
Tests 33 passed (33)
|
|
16
|
+
Start at 23:33:39
|
|
17
|
+
Duration 456ms (transform 143ms, setup 0ms, collect 294ms, tests 42ms, environment 1ms, prepare 371ms)
|
|
18
|
+
|