Skip to content

Commit

Permalink
refactor: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Dec 12, 2024
1 parent aaf4713 commit 628b56d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/form-js-playground/test/spec/Playground.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { domify, query as domQuery, queryAll as domQueryAll } from 'min-dom';
import { Playground } from '../../src';

import schema from './form.json';
// import schema from './temp.json';
import otherSchema from './other-form.json';
import rowsSchema from './rows-form.json';
import customSchema from './custom.json';
Expand Down

0 comments on commit 628b56d

Please sign in to comment.