Skip to content

Commit

Permalink
fix: test url
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Mar 5, 2020
1 parent 65eb5de commit b549e93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/module.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import config from '../example/nuxt.config';

import { Nuxt, Builder } from 'nuxt';
import { JSDOM } from 'jsdom';
import request from 'request-promise-native';
import getPort from 'get-port';
import config from '../example/nuxt.config';

config.dev = false;
config.router.base = '/';

jest.setTimeout(
60000
Expand Down

0 comments on commit b549e93

Please sign in to comment.