fix: set correct npm org #8
Annotations
17 errors
src/parse.test.ts > Test parseSource > should parse source:
src/parse.test.ts#L29
AssertionError: expected { foobar: 'foobar', title: 'title' } to deeply equal { foobar: '', title: '' }
- Expected
+ Received
Object {
- "foobar": "",
- "title": "",
+ "foobar": "foobar",
+ "title": "title",
}
❯ src/parse.test.ts:29:18
|
src/parse.test.ts > Test parseSource > should parse source:
src/parse.test.ts#L62
AssertionError: expected { foobar: 'foobar', …(2) } to deeply equal { foobar: '', title: '', results: '' }
- Expected
+ Received
Object {
- "foobar": "",
- "results": "",
- "title": "",
+ "foobar": "foobar",
+ "results": "results",
+ "title": "title",
}
❯ src/parse.test.ts:62:18
|
Build, and test on Node 20.x and ubuntu-latest
Process completed with exit code 1.
|
Build, and test on Node 20.x and windows-latest
The job was canceled because "_20_x_ubuntu-latest" failed.
|
Build, and test on Node 20.x and windows-latest
The operation was canceled.
|
Build, and test on Node 18.x and windows-latest
The job was canceled because "_20_x_ubuntu-latest" failed.
|
Build, and test on Node 18.x and windows-latest
The operation was canceled.
|
Build, and test on Node 18.x and ubuntu-latest
The job was canceled because "_20_x_ubuntu-latest" failed.
|
src/parse.test.ts > Test parseSource > should parse source:
src/parse.test.ts#L29
AssertionError: expected { foobar: 'foobar', title: 'title' } to deeply equal { foobar: '', title: '' }
- Expected
+ Received
Object {
- "foobar": "",
- "title": "",
+ "foobar": "foobar",
+ "title": "title",
}
❯ src/parse.test.ts:29:18
|
src/parse.test.ts > Test parseSource > should parse source:
src/parse.test.ts#L62
AssertionError: expected { foobar: 'foobar', …(2) } to deeply equal { foobar: '', title: '', results: '' }
- Expected
+ Received
Object {
- "foobar": "",
- "results": "",
- "title": "",
+ "foobar": "foobar",
+ "results": "results",
+ "title": "title",
}
❯ src/parse.test.ts:62:18
|
Build, and test on Node 18.x and ubuntu-latest
The operation was canceled.
|
Build, and test on Node 20.x and macOS-latest
The job was canceled because "_20_x_ubuntu-latest" failed.
|
src/parse.test.ts > Test parseSource > should parse source:
src/parse.test.ts#L29
AssertionError: expected { foobar: 'foobar', title: 'title' } to deeply equal { foobar: '', title: '' }
- Expected
+ Received
Object {
- "foobar": "",
- "title": "",
+ "foobar": "foobar",
+ "title": "title",
}
❯ src/parse.test.ts:29:18
|
src/parse.test.ts > Test parseSource > should parse source:
src/parse.test.ts#L62
AssertionError: expected { foobar: 'foobar', …(2) } to deeply equal { foobar: '', title: '', results: '' }
- Expected
+ Received
Object {
- "foobar": "",
- "results": "",
- "title": "",
+ "foobar": "foobar",
+ "results": "results",
+ "title": "title",
}
❯ src/parse.test.ts:62:18
|
Build, and test on Node 20.x and macOS-latest
The operation was canceled.
|
Build, and test on Node 18.x and macOS-latest
The job was canceled because "_20_x_ubuntu-latest" failed.
|
Build, and test on Node 18.x and macOS-latest
The operation was canceled.
|