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.
requires-with-argument-conflict
1 parent 6848cc3 commit cc9d652Copy full SHA for cc9d652
src/index.ts
@@ -43,6 +43,7 @@ async function getTestCases(router: ReturnType<typeof createRouter>) {
43
import("./test-suites/abstract-types/index.js"),
44
import("./test-suites/fed1-external-extends-resolvable/index.js"),
45
import("./test-suites/requires-with-argument/index.js"),
46
+ import("./test-suites/requires-with-argument-conflict/index.js"),
47
import("./test-suites/keys-mashup/index.js"),
48
import("./test-suites/null-keys/index.js"),
49
].map((i) => i.then((e) => e.default))
0 commit comments