Nuxt/test/unit
Felipe Lübe de Bragança 232bc0196f feat: missing pages directory warning (#4054)
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (a non-breaking change which fixes an issue)
- [x] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


## Description
Resolves #3920 by adding a warning during the build process and a small disclaimer into the default page component.


## Checklist:
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [x] I have added tests to cover my changes (if not applicable, please state why)
- [x] All new and existing tests are passing.
2018-10-05 13:37:55 +01:00
..
basic.config.defaults.test.js refactor: mock consola in test 2018-08-16 17:23:26 +01:00
basic.dev.test.js feat(webpack, builder): allow extending loader options (#3799) 2018-09-10 12:57:01 +04:30
basic.fail.generate.test.js fix: prevent removing project by mistake due to build or generate paths (#3869) 2018-09-14 11:36:44 +04:30
basic.generate.test.js feat: Overwrite store.registerModule (#3909) 2018-09-18 17:21:25 +02:00
basic.plugins.test.js allow plugin in directory with index.js file (#3908) 2018-09-18 18:06:55 +02:00
basic.ssr.csp.test.js feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
basic.ssr.test.js fix: properly serialize undefined in vuex store (#3913) 2018-09-25 10:51:07 +02:00
children.test.js fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
cli.test.js fix: use options.server values port, host, socket (#3942) 2018-09-23 10:49:51 +01:00
custom-app-template.test.js fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
custom-dirs.test.js fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
dist-options.test.js feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
dynamic-routes.test.js eslint: Prefer const over let (#3650) 2018-08-08 12:54:05 +02:00
error.test.js fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
express.test.js fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
extract-css.test.js fix(deps): update all non-major dependencies (#3991) 2018-09-30 18:11:52 +02:00
fallback.generate.test.js feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
generator.test.js feat: add tests to check for changed files (#3893) 2018-09-18 16:26:41 +02:00
https.test.js feat(core, cli): builtin support of https and unix sockets (#3831) 2018-09-02 13:50:25 +04:30
module.test.js feat(builder, module): allow error layouts to be added through addLayout. closes #3194. (#3834) 2018-09-02 13:52:10 +04:30
nuxt.test.js feat: missing pages directory warning (#4054) 2018-10-05 13:37:55 +01:00
sockets.test.js test: skip sockets test in windows platform 2018-09-13 10:07:34 +01:00
spa.test.js fix: async fetch and asyncData not trigger ErrorHandler (#3781) 2018-08-22 14:10:43 +01:00
ssr.test.js fix: properly serialize undefined in vuex store (#3913) 2018-09-25 10:51:07 +02:00
utils.test.js feat: add tests to check for changed files (#3893) 2018-09-18 16:26:41 +02:00
with-config.test.js feat: use understandable file names for analyze mode (#4014) 2018-09-30 18:11:20 +02:00
wp.config.test.js feat: upgrade to Babel 7 (#3667) 2018-08-10 14:45:58 +01:00