We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28e9d5 commit 47a7581Copy full SHA for 47a7581
scripts/tests/__snapshots__/all.test.ts.snap
@@ -1015,7 +1015,13 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
1015
{
1016
"assertionResults": [],
1017
"message": "React is not defined",
1018
- "name": "/src/07-types-deep-dive/53-understand-react-namespace-export.explainer.ts",
+ "name": "/src/07-types-deep-dive/53-understand-react-namespace-export.problem.ts",
1019
+ "status": "passed",
1020
+ },
1021
+ {
1022
+ "assertionResults": [],
1023
+ "message": "React is not defined",
1024
+ "name": "/src/07-types-deep-dive/53-understand-react-namespace-export.solution.ts",
1025
"status": "passed",
1026
},
1027
0 commit comments