Skip to content

Commit c8f1a7c

Browse files
committed
Update tests
1 parent 0aed25f commit c8f1a7c

30 files changed

+7035
-3381
lines changed

packages/cli/test/snapshots/@apollo__client-3.7.16.tgz.md

Lines changed: 26 additions & 55 deletions
Large diffs are not rendered by default.

packages/cli/test/snapshots/@[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Build tools:
1212
1313
⚠️ A require call resolved to an ESM JavaScript file, which is an error in Node and some bundlers. CommonJS consumers will need to use a dynamic import. https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/CJSResolvesToESM.md
1414
15-
💀 Import failed to resolve to type declarations or JavaScript files. https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/NoResolution.md
16-
1715
🥴 Import found in a type declaration file failed to resolve. Either this indicates that runtime resolution errors will occur, or (more likely) the types misrepresent the contents of the JavaScript files. https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/InternalResolutionError.md
1816
17+
💀 Import failed to resolve to type declarations or JavaScript files. https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/NoResolution.md
18+
1919
2020
┌────────────────────┬──────────────────────┬──────────────────────────────┬──────────────────────────────┬─────────┐
2121
│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler │
2222
├────────────────────┼──────────────────────┼──────────────────────────────┼──────────────────────────────┼─────────┤
2323
│ "@ice/app" │ 🟢 │ ⚠️ ESM (dynamic import only) │ 🥴 Internal resolution error │ 🟢 │
2424
│ │ │ 🥴 Internal resolution error │ │ │
2525
├────────────────────┼──────────────────────┼──────────────────────────────┼──────────────────────────────┼─────────┤
26-
│ "@ice/app/types" │ 🟢 │ ⚠️ ESM (dynamic import only) │ 🥴 Internal resolution error │ 🟢 │
27-
│ │ │ 🥴 Internal resolution error │ │ │
26+
│ "@ice/app/types" │ 🟢 │ 🥴 Internal resolution error │ 🥴 Internal resolution error │ 🟢 │
27+
│ │ │ ⚠️ ESM (dynamic import only) │ │ │
2828
├────────────────────┼──────────────────────┼──────────────────────────────┼──────────────────────────────┼─────────┤
2929
│ "@ice/app/analyze" │ 💀 Resolution failed │ ⚠️ ESM (dynamic import only) │ 🟢 (ESM) │ 🟢 │
3030
└────────────────────┴──────────────────────┴──────────────────────────────┴──────────────────────────────┴─────────┘

packages/cli/test/snapshots/@[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Build tools:
2222
├─────────────────────────────────┼───────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
2323
│ "@reduxjs/toolkit" │ 🟢 │ 🟢 (CJS) │ 🎭 Masquerading as CJS │ 🟢 │
2424
├─────────────────────────────────┼───────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
25-
│ "@reduxjs/toolkit/react" │ 🟢 │ 🥴 Internal resolution error │ 🎭 Masquerading as CJS │ 🥴 Internal resolution error │
26-
│ │ │ │ 🥴 Internal resolution error │ │
25+
│ "@reduxjs/toolkit/react" │ 🟢 │ 🥴 Internal resolution error │ 🥴 Internal resolution error │ 🥴 Internal resolution error │
26+
│ │ │ │ 🎭 Masquerading as CJS │ │
2727
├─────────────────────────────────┼───────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
2828
│ "@reduxjs/toolkit/query" │ 🟢 │ 🟢 (CJS) │ 🎭 Masquerading as CJS │ 🟢 │
2929
├─────────────────────────────────┼───────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤
30-
│ "@reduxjs/toolkit/query/react" │ 🟢 │ 🥴 Internal resolution error │ 🎭 Masquerading as CJS │ 🥴 Internal resolution error │
31-
│ │ │ │ 🥴 Internal resolution error │ │
30+
│ "@reduxjs/toolkit/query/react" │ 🟢 │ 🥴 Internal resolution error │ 🥴 Internal resolution error │ 🥴 Internal resolution error │
31+
│ │ │ │ 🎭 Masquerading as CJS │ │
3232
└─────────────────────────────────┴───────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┘
3333
3434

0 commit comments

Comments
 (0)