aboutsummaryrefslogtreecommitdiffstats
path: root/test/helpers/array-helpers.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/helpers/array-helpers.test.ts')
-rw-r--r--test/helpers/array-helpers.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/array-helpers.test.ts b/test/helpers/array-helpers.test.ts
index cbb7822e9..ee94bac80 100644
--- a/test/helpers/array-helpers.test.ts
+++ b/test/helpers/array-helpers.test.ts
@@ -1,4 +1,4 @@
1import { shuffleArray } from '../../src/helpers/array-helpers'; 1import shuffleArray from '../../src/helpers/array-helpers';
2 2
3describe('array_helpers', () => { 3describe('array_helpers', () => {
4 it('isValidExternalURL', () => { 4 it('isValidExternalURL', () => {