Commit Graph

29 Commits

Author SHA1 Message Date
Pooya Parsa
957bc26583 test: add tests for options.ingore 2018-01-15 13:20:42 +03:30
Pooya Parsa
10d1b5974c style: format with prettier 2018-01-13 08:52:11 +03:30
Sébastien Chopin
179b1a7bc1
Merge branch 'dev' into dev 2018-01-05 13:18:11 +01:00
Pooya Parsa
56965b838b update tests
Some tests disabled until a fix arrives
2017-12-29 12:03:13 +03:30
Sebastien Lacoste
45c15a96c4 Add ignorePrefix option to ignore files 2017-12-18 16:53:36 +01:00
pimlie
fffe741986 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 20:30:26 +01:00
Pooya Parsa
9b8cbed512 perf: remove rollup build
Using native node 8.x for less transpilations
2017-12-12 13:12:29 +03:30
Gomah
5c69e0e288 tests: make sure the files generated with the subFolders option exist 2017-11-17 11:27:30 +11:00
Atinux
7137f848a2 hooks: Handle hooks as object 2017-10-31 12:33:15 +01:00
Sébastien Chopin
e02e8df224 fix: Fix tests in generate mode with redirect 2017-10-28 22:42:51 +02:00
Pooya Parsa
45840bf064 appveyor 2017-10-07 12:07:21 +03:30
Pooya Parsa
f469584262 test: mark generate with validate as todo
#1705
2017-10-07 11:56:00 +03:30
Pooya Parsa
68326a6c9b chore: update tests 2017-07-22 23:49:35 +04:30
Pooya Parsa
d42819ee91 update tests 2017-06-20 17:25:52 +04:30
Pooya Parsa
daa50e4efb refactor server into nuxt 2017-06-20 16:14:47 +04:30
Sébastien Chopin
c26daa9e8f Fix tests 2017-06-18 19:33:23 +02:00
Pooya Parsa
45485f5b8a update tests 2017-06-16 17:19:35 +04:30
Pooya Parsa
25d106e2ab runBuild option 2017-06-14 23:21:14 +04:30
Pooya Parsa
c5ca8c64f1 refactor: nuxt constructor no longer returns a promise
by not returning a promise we can expose .render method
also the old way of using nuxt won't change by 1.x release
2017-05-31 18:51:16 +04:30
Sebastien Chopin
4f1e82e959 fix: payload is not fully working on nuxt generate 2017-05-30 12:00:31 +02:00
Sébastien Chopin
e5052c3a87 Update test 2017-05-21 21:00:01 +02:00
Sébastien Chopin
c5b5913402 Update test 2017-05-21 19:18:26 +02:00
Pooya Parsa
b0b9101a8d [tests] await for nuxt initialization
Nuxt constructor is now returning a promise, so we should await it before using
2017-05-12 00:19:02 +04:30
Sebastien Chopin
e148e4b93a Add extractCSS option 2017-05-05 17:53:21 +02:00
Sebastien Chopin
b49cf4d9d5 Fix tests 2017-04-14 12:06:40 +02:00
Sébastien Chopin
6bc16c0118 Update tests 2017-02-10 00:45:49 +01:00
Sébastien Chopin
c559740b2f test 100% 2016-12-21 20:51:43 +01:00
Sébastien Chopin
b74d452f23 Add more tests 2016-12-21 15:03:37 +01:00
Sébastien Chopin
a03b13c2c1 Move to fixtures and add generate test 2016-12-20 20:44:42 +01:00