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 5f3f513 commit 2b5471aCopy full SHA for 2b5471a
apps/test-app/App.tsx
@@ -21,13 +21,11 @@ function describeIf(
21
type Context = {
22
allTests?: boolean;
23
nodeAddonExamples?: boolean;
24
- ferricExample?: boolean;
25
};
26
27
function loadTests({
28
allTests = false,
29
nodeAddonExamples = allTests,
30
- ferricExample = allTests,
31
}: Context) {
32
describeIf(nodeAddonExamples, "Node Addon Examples", () => {
33
for (const [suiteName, examples] of Object.entries(
0 commit comments