fix: Correct repository in package.json
#2
test.yml
on: pull_request
test
/
Build & Test
19s
Annotations
3 errors
|
test / Build & Test
Process completed with exit code 1.
|
|
tests/index.test.ts > index > Should export the expected members.:
src/index.ts#L2
Error: Cannot find module './resolver.js' imported from '/home/runner/work/importmap/importmap/src/index.ts'
❯ src/index.ts:2:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url ./resolver.js (resolved id: ./resolver.js) in /home/runner/work/importmap/importmap/src/index.ts. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/config.js:22662:33
|
|
tests/Resolver.test.ts:
tests/Resolver.test.ts#L3
Error: Cannot find module '../src/resolver.js' imported from '/home/runner/work/importmap/importmap/tests/Resolver.test.ts'
❯ tests/Resolver.test.ts:3:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Caused by: Caused by: Error: Failed to load url ../src/resolver.js (resolved id: ../src/resolver.js) in /home/runner/work/importmap/importmap/tests/Resolver.test.ts. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/config.js:22662:33
|