Commit Graph

142 Commits

Author SHA1 Message Date
Sébastien Chopin 0cceb87fbc Merge pull request #1368 from whtsky/glob-js
Support write layouts and components in `.js` files
2017-08-14 14:19:25 +02:00
Sébastien Chopin db47df0761 Handle wildcard routing order 2017-08-14 14:01:10 +02:00
Wu Haotian 814590c15a add .js files for layouts and pages 2017-08-14 18:09:27 +08:00
Pooya Parsa 7dd00a7c50 fix error pages layout
error page itself is a kind of layout so we should purely render it to avoid style conflicts
2017-08-10 15:07:23 +04:30
Pooya Parsa 9bb7d0331a update error 2017-08-05 23:50:26 +04:30
Pooya Parsa c709b22612 update error tests 2017-08-05 12:17:30 +04:30
Pooya Parsa ab5b64ea67 enable async components tests (vue 2.4) 2017-07-30 16:52:39 +04:30
Pooya Parsa bdca7630a4 update module tests 2017-07-30 16:26:27 +04:30
Sebastien Chopin 45933f58c0 Remove only test 2017-07-27 16:51:17 +02:00
Sebastien Chopin 15400e1828 Add test for custom state 2017-07-27 16:50:24 +02:00
Pooya Parsa 68326a6c9b chore: update tests 2017-07-22 23:49:35 +04:30
Pooya Parsa b16060afd4 basic tests for express middleware 2017-07-22 23:43:44 +04:30
Pooya Parsa 054098acf8 > upgrade dependencies 2017-07-18 02:49:02 +04:30
Pooya Parsa f317b70fd5 test(module): add tests for tapable 2017-07-18 00:08:02 +04:30
Pooya Parsa 75d933aac6 tests: update with-config
Two index files are generated now so increase assets.length by 1
2017-07-11 13:40:46 +04:30
Pooya Parsa 107d36c851 tests: update module fixture 2017-07-11 13:33:29 +04:30
Sébastien Chopin 2cc78c0446 Remove dynamic components 2017-07-09 23:06:17 +02:00
Pooya Parsa b02dfc7ebc update tests 2017-07-07 02:57:27 +04:30
Pooya Parsa bfd8475979 test(ssr): async components 2017-07-03 22:59:38 +04:30
Pooya Parsa 28d20ec262 test(ssr): add unique test 2017-07-03 22:49:22 +04:30
Pooya Parsa 14c67f935e eslint 2017-07-03 15:58:38 +04:30
Pooya Parsa 205113dfce update tests 2017-07-03 15:47:22 +04:30
Pooya Parsa 29a7874169 update tests 2017-06-29 21:30:18 +04:30
Sebastien Chopin 365d51c0b7 Simplify publicPath and add test for protected resources 2017-06-20 16:12:55 +02:00
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 0453308e5e code coverage 2017-06-16 17:53:34 +04:30
Pooya Parsa 8f2945111a use nuxtAppDir 2017-06-16 17:34:42 +04:30
Pooya Parsa 45485f5b8a update tests 2017-06-16 17:19:35 +04:30
Pooya Parsa 25f11a05ab fix tests 2017-06-16 03:17:47 +04:30
Pooya Parsa 42b603304d fix tests 2017-06-16 03:08:43 +04:30
Pooya Parsa 2576e8795e init() ~> ready() 2017-06-15 19:29:26 +04:30
Pooya Parsa 15bc36afb0 fix some tests 2017-06-15 14:33:54 +04:30
Pooya Parsa 25d106e2ab runBuild option 2017-06-14 23:21:14 +04:30
Pooya Parsa 36c1deda17 fix tests 2017-06-14 20:47:49 +04:30
Pooya Parsa 42bf9bb41d decouple builder from renderer + improvements 2017-06-14 20:43:43 +04:30
Pooya Parsa b61694ca21 clone options to prevent unwanted side-effects
fixes with-config test that runs nuxt twice with same nuxt.config.js file
2017-06-14 03:22:30 +04:30
Pooya Parsa ce5cb62ee6 fix index.test 2017-06-14 02:50:19 +04:30
Pooya Parsa c519c3edff fixes + improvements 2017-06-14 02:39:03 +04:30
Pooya Parsa b79f845842 update tests 2017-06-14 00:45:06 +04:30
Pooya Parsa 1d95e38f9c eslint 2017-06-14 00:15:37 +04:30
Pooya Parsa 103365d81b update nuxt tests 2017-06-14 00:14:54 +04:30
Pooya Parsa 00af7e5b53 eslint 2017-06-13 01:11:26 +04:30
Pooya Parsa a774a11720 update nuxt tests 2017-06-13 01:00:16 +04:30
Pooya Parsa 754fcc2f59 update tests 2017-06-13 00:45:28 +04:30
Pooya Parsa 84350e59c5 test(utils): use Nuxt.utils 2017-06-13 00:06:52 +04:30
Sebastien Chopin c4613ce34b Reflect test with redirect returns noopApp 2017-06-05 11:35:10 +02:00
Sebastien Chopin 1ae3062283 Add nuxt.ready(), dev depends on process.env.NODE_ENV, server waits for modules to be ready and build() is called on development by default 2017-06-02 17:58:53 +02:00
Pooya Parsa 30b5387f95 test(module): code coverage 2017-05-31 19:28:36 +04:30