Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaiir committed Apr 7, 2024
1 parent 03142d8 commit bef82fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const spy = sinon.spy;
let container;


describe('Select', function() {
describe.only('Select', function() {

Check failure on line 22 in packages/form-js-viewer/test/spec/render/components/form-fields/Select.spec.js

View workflow job for this annotation

GitHub Actions / Build (ubuntu-20.04, 20)

Unexpected exclusive mocha test

Check failure on line 22 in packages/form-js-viewer/test/spec/render/components/form-fields/Select.spec.js

View workflow job for this annotation

GitHub Actions / Build (ubuntu-20.04, 20)

Unexpected exclusive mocha test

beforeEach(function() {
container = createFormContainer();
Expand Down

0 comments on commit bef82fa

Please sign in to comment.