Browse Source

fix(test): Fix app-test import path in fixtures (#12768)

Not working in getsentry
Billy Vong 6 years ago
parent
commit
2a4208959e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/js/fixtures/searches.js

+ 1 - 1
tests/js/fixtures/searches.js

@@ -1,4 +1,4 @@
-import {Search} from 'app-test/fixtures/search';
+import {Search} from './search';
 
 export function Searches(params = []) {
   return [