Commit Graph

41 Commits

Author SHA1 Message Date
renovate[bot] 7ffa47c520
chore(deps): update all non-major dependencies (2.x) (#21820)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-07-07 11:25:40 +01:00
renovate[bot] add6a5e8fe
chore(deps): update dependency consola to v3 (2.x) (#20192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-26 10:07:19 +01:00
Daniel Roe 54f0638551
chore: bump test/dev dependencies (#18672) 2023-02-01 07:48:53 -08:00
renovate[bot] ab83b1f31d
chore(deps): update dependency devalue to v4 (2.x-dev) (#15880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-01 05:41:09 -08:00
pooya parsa e5efc25940
chore: update dependencies (#10510)
[release]
2022-06-24 00:58:52 +02:00
Rafał Chłodnicki d343d85985
fix(utils): `serializeFunction` fails with certain functions (#8780) 2021-02-08 00:08:13 +01:00
pooya parsa c5a4465572
feat: static target DX improvements (#7712)
[release]

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pimlie <pimlie@hotmail.com>
2020-07-16 17:10:54 +02:00
Xin Du (Clark) 4614bd2b10
chore(ci): upload coverage report to codecov (#6887) 2020-01-19 10:23:59 +00:00
Pim 67d5601142 test: refactor cli integration tests (#6537) 2019-10-11 09:35:10 +02:00
Pim de71eee566 test: add jest roots for less greedy test search (#6300) 2019-08-25 15:43:18 +01:00
Kevin Marrec 81b5ce22ce feat: externalize typescript support (#5858) 2019-07-24 11:56:44 +04:30
Xin Du (Clark) 80ba740e63 chore(ci): upload test report to CircleCI and Azure (#5802) 2019-05-25 18:47:21 +04:30
Xin Du (Clark) cc573a4925
test: unit tests for server module (#5154) 2019-03-04 20:12:33 +00:00
Xin Du (Clark) 90ba0cd6b7
feat: upgrade to jest 24 (#4868) 2019-02-12 13:05:37 +00:00
Clark Du d88e448805 fix(test): downgrade jest to 23 2019-01-28 15:11:50 +00:00
Clark Du 6d8da0ed87 fix(ci): setupFilesAfterEnv is array
[release]
2019-01-28 13:52:44 +00:00
Clark Du 8163a9e0e0 fix: tests failed in windows
turn on runInBand before https://github.com/facebook/jest/issues/7709 gets solved
2019-01-28 13:32:07 +00:00
Pooya Parsa ee0096bf59
feat: nuxt-ts (#4658)
[release]
2019-01-04 23:00:28 +03:30
Clark Du a204b7e765 test: use jest-junit as needed 2018-11-08 00:05:41 +00:00
Kayla Ngan 3ec2579d09 chore(ci, azure): report test results on azure pipelines (#4242) 2018-10-31 22:09:50 +03:30
Pooya Parsa 39b558f59c
refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
Pim 72961acabd feat: nuxt-loading enhancenments (#3891) 2018-10-29 19:18:40 +03:30
Clark Du 9df5f49e07 feat: split builder into more refined modules (#4171)
New packages:
- `@nuxt/webpack`
- `@nuxt/generator`
2018-10-24 20:25:18 +03:30
Pooya Parsa 9c1e0d1743 feat: migrate nuxt into monorepo (#4051)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
Co-authored-by: Pooya Parsa <pooya@pi0.ir>
2018-10-18 00:58:25 +03:30
Clark Du 432720b8c8 fix: appveyor test failure (#3754)
* fix: appveyor test failure

* ci: bring back yarn cache

* ci: turn off matrix

* refactor: use babel instead of esm in jest

* refactor: use es modules in fixtures
2018-08-17 22:25:23 +02:00
Clark Du a778feb3dd test: disable jest detectOpenHandles for now 2018-08-10 16:55:39 +01:00
Clark Du cff76965f6 refactor: worker-pool uses default count and not collect coverage in appveyor 2018-07-24 11:44:08 +01:00
Clark Du 364be8dc68 refactor: extract common jest config 2018-07-24 11:44:08 +01:00
Clark Du 2be9d136d9
fix: expand is cli option rather than configuration 2018-04-08 22:43:04 +08:00
Clark Du 4285d48691
refactor: use collectCoverageFrom instead of coveragePathIgnorePatterns 2018-04-08 22:41:12 +08:00
Clark Du c9f942d685
refactor: ignore coverage of test dir 2018-04-06 23:42:54 +08:00
Clark Du 026541516e
test(coverage): ignore lib/*.js coverage 2018-03-29 17:30:16 +08:00
Clark Du 0648917088
test(coverage): ignore forked vue-ssr plugin 2018-03-29 16:38:12 +08:00
Clark Du 0fb9b54fe0
test(coverage): collect coverage from all js by default 2018-03-29 16:15:44 +08:00
Clark Du 7c9c4a5017
test(coverage): ignore forked vue-ssr plugin 2018-03-29 15:20:48 +08:00
Clark Du ef7a42649d misc: improve coverage and packaging (#3121)
nuxt-start and nuxt/legacy are also coming!
2018-03-28 02:58:17 +04:30
Pooya Parsa 79d97b2be2 fix(ci): report coverage only for unit tests
jest + puppeteer: https://circleci.com/gh/nuxt/nuxt.js/581
2018-03-19 19:27:48 +03:30
Pooya Parsa 34c1cad8cc enable collectCoverage and codecov 2018-03-19 19:19:16 +03:30
Pooya Parsa a4b4688f7c split e2e tests 2018-03-19 11:52:00 +03:30
Pooya Parsa 731ce56067 add circleCI pipeline 2018-03-19 10:46:22 +03:30
Pooya Parsa c4068c3a70 working tests 2018-03-19 03:11:14 +03:30