Skip to content

Commit

Permalink
FIX: Remove call to .only() in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Oct 12, 2024
1 parent fec10eb commit 1a260ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe(`dlx2scription`, function() {

})

describe.only(`lines`, function() {
describe(`lines`, function() {

test(`metadata`, createDefaultTest(`metadata`))

Expand Down

0 comments on commit 1a260ec

Please sign in to comment.