Skip to content

feat!: remove importx, rollback to jiti #94

feat!: remove importx, rollback to jiti

feat!: remove importx, rollback to jiti #94

Triggered via pull request February 7, 2025 05:38
@sxzzsxzz
opened #37
next
Status Failure
Total duration 32s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test/run.test.ts > one: test/run.test.ts#L43
Error: Snapshot `one 1` mismatched - Expected + Received { "deep": { - "foo": "you should get this", + "foo": "hi", }, - "defaults": "default", - "from": "package.json", - "json": "allo", + "default": { + "deep": { + "foo": "you should get this", + }, - "mjs": "hi", + "mjs": "hi", - "param1": "include me", + "param1": "include me", - "rewrite": "Hi", + "rewrite": "Hi", - "ts": "hello", + "ts": "hello", + }, + "defaults": "default", + "from": "package.json", + "json": "allo", } ❯ test/run.test.ts:43:6
test/run.test.ts > two: test/run.test.ts#L62
Error: Snapshot `two 1` mismatched - Expected + Received - { - "bar": "bar", + bound Object { + "default": { + "bar": "bar", - "foo": "foo", + "foo": "foo", + }, } ❯ test/run.test.ts:62:6
test/run.test.ts > array: test/run.test.ts#L81
Error: Snapshot `array 1` mismatched - Expected + Received - [ - { + bound Object { + "default": { + "default": [ + { - "dts": true, + "dts": true, - "entry": [ + "entry": [ - "src/index.ts", + "src/index.ts", - ], + ], - "platform": "node", + "platform": "node", - }, + }, - { + { - "dts": false, + "dts": false, - "entry": [ + "entry": [ - "src/index.ts", + "src/index.ts", - ], + ], - "platform": "node", + "platform": "node", - }, - ] + }, + ], + }, + } ❯ test/run.test.ts:81:6
build (lts/*, ubuntu-latest)
Process completed with exit code 1.