Skip to content

Commit

Permalink
fixed render tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaGashtold committed Dec 6, 2023
1 parent d8fb3cf commit d95f50c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/renders/component-bootstrap-survey-string-value1.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"one":"a","two":"b"}
one: a; two: b
2 changes: 1 addition & 1 deletion test/renders/component-bootstrap-survey-string-value2.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"one":"b","two":"a"}
one: b; two: a
2 changes: 1 addition & 1 deletion test/updateRenders.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const forms = require('./formtest');
Components.setComponents(AllComponents);

const dir = './test/renders';
const componentDir = './lib/components';
const componentDir = './lib/cjs/components';
if (!fs.existsSync(dir)) {
fs.mkdirSync(dir);
}
Expand Down

0 comments on commit d95f50c

Please sign in to comment.