This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-06 06:03:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
364be8dc68
Nuxt
/
test
/
fixtures
/
spa
/
nuxt.config.js
10 lines
107 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: rewrite core to esm
2018-03-16 16:12:06 +00:00
export
default
{
test: add tests for spa
2017-10-07 09:07:52 +00:00
mode
:
'spa'
,
Use console helper with sinon Add stdout/stderr to console helpers Remove separate nosubfolders test file in favor of inclusion in basic.generate Add build.stats to silence webpack output Add .always to after hooks: (1) fixes issue with basic.dev test that watch.js is empty when one of the test fails and (2) fixes that sometimes when running multiple tests that failed after eachother the port is still used as the server did not automatically get killed Change all init nuxt before test to serial tests and add tests for DONE and OPEN logs
2017-12-17 19:30:26 +00:00
transition
:
false
,
test: spa meta preload files
2018-01-29 03:59:05 +00:00
render
:
{
http2
:
{
push
:
true
}
Use console helper with sinon Add stdout/stderr to console helpers Remove separate nosubfolders test file in favor of inclusion in basic.generate Add build.stats to silence webpack output Add .always to after hooks: (1) fixes issue with basic.dev test that watch.js is empty when one of the test fails and (2) fixes that sometimes when running multiple tests that failed after eachother the port is still used as the server did not automatically get killed Change all init nuxt before test to serial tests and add tests for DONE and OPEN logs
2017-12-17 19:30:26 +00:00
}
test: add tests for spa
2017-10-07 09:07:52 +00:00
}
Reference in New Issue
Copy Permalink