Skip to content

Commit

Permalink
fix(tests): remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Mar 23, 2023
1 parent 7cc8e8a commit 1cefdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('simulate', () => {
}
}

describe.only('mappings', () => {
describe('mappings', () => {
beforeAll(async () => {
await setup('mappings', {
mappings: [
Expand Down

0 comments on commit 1cefdf9

Please sign in to comment.