feat!: remove importx, rollback to jiti #94
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.
|