Skip to content

Commit

Permalink
fix: map prop to children prop for variant (#297)
Browse files Browse the repository at this point in the history
* fix: map prop to children prop for variant

* fix: flip generated tests to jsx

Co-authored-by: Alexander Harris <alharris@amazon.com>
  • Loading branch information
yeung-wah and alharris-at committed Feb 25, 2022
1 parent de88d06 commit 1d606fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-generator/lib/generators/GenerateTestApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ const jsxGenerator = new NodeTestGenerator({

const testCases = tsxGenerator.getTestCases(DISABLED_SCHEMAS);

tsxGenerator.generate(testCases);
// jsxGenerator.generate(testCases);
// tsxGenerator.generate(testCases);
jsxGenerator.generate(testCases);

0 comments on commit 1d606fa

Please sign in to comment.