Skip to content

Commit

Permalink
test: use only nuxt-edge (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored and Pooya Parsa committed Jul 30, 2019
1 parent 1a1c0fd commit d557df0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 340 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"husky": "latest",
"jest": "latest",
"nodemon": "latest",
"nuxt": "^2.8.1",
"nuxt-edge": "latest",
"standard-version": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion test/options.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const options = {
rootDir: join(__dirname, 'fixture'),
baseURL: 'api',
dev: false,
edge: false
edge: true
}

describe('options', () => {
Expand Down
Loading

0 comments on commit d557df0

Please sign in to comment.