feat: adopt the new interceptors architecture #2221
Annotations
3 errors
|
exports
Process completed with exit code 1.
|
|
test/modules/node/esm-node.test.ts > runs in a CJS Node.js project:
test/modules/node/esm-node.test.ts#L106
AssertionError: expected 'msw: /home/runner/work/msw/msw/lib/co…' to match /^msw: (.+?)\/node_module…/node_modules\
- Expected:
/^msw: (.+?)\/node_modules\/msw\/lib\/core\/index\.js/m
+ Received:
"msw: /home/runner/work/msw/msw/lib/core/index.js
msw/node: /home/runner/work/msw/msw/lib/node/index.js
msw/native: /home/runner/work/msw/msw/lib/native/index.js
"
❯ test/modules/node/esm-node.test.ts:106:31
|
|
test/modules/node/esm-node.test.ts > runs in a ESM Node.js project:
test/modules/node/esm-node.test.ts#L55
AssertionError: expected 'msw: file:///home/runner/work/msw/msw…' to match /^msw: (.+?)\/node_module…/node_modules\
- Expected:
/^msw: (.+?)\/node_modules\/msw\/lib\/core\/index\.js/m
+ Received:
"msw: file:///home/runner/work/msw/msw/lib/core/index.js
msw/node: file:///home/runner/work/msw/msw/lib/node/index.js
msw/native: file:///home/runner/work/msw/msw/lib/native/index.js
"
❯ test/modules/node/esm-node.test.ts:55:31
|