Skip to content

Commit

Permalink
fix tests/helpers/index imports
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Oct 27, 2022
1 parent cdab0fe commit 76ffe8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/helpers/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './get-number-from-string.test';
import './match-stack-trace.test';
import './noop-promise-resolve.test';
import './parse-match-props.test';
import './to-regexp.test';
import './fetch-utils.test';
import './match-stack.test';
import './noop.test';
import './number-utils.test';
import './string-utils.test';

0 comments on commit 76ffe8f

Please sign in to comment.