misc test

This commit is contained in:
Matteo Pagliazzi
2019-10-04 19:50:52 +02:00
parent 2a4e103812
commit 20ef27028e
5 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { asyncResourceFactory, loadAsyncResource } from '@/libs/asyncResource';
import axios from 'axios';
import generateStore from '@/store';
import { sleep } from '../../../../helpers/sleep';
import { sleep } from '@/../../../test/helpers/sleep';
describe('async resource', () => {
it('asyncResourceFactory', () => {