Commit Graph

37 Commits

Author SHA1 Message Date
Lioness100 b25b6c82c7
docs: fix typos (#18976) 2023-02-12 19:16:42 +00:00
Daniel Roe c9d0b2f6be
fix(test-utils): prevent orphaned processes and use baseURL when loading (#18623) 2023-01-30 12:21:02 -08:00
Daniel Roe 5037dd6876
fix: use named export from `defu` in all places (#18624) 2023-01-30 04:09:48 -08:00
Daniel Roe 081dc3254f chore: update internal repo/issue links to use`nuxt/nuxt` 2023-01-19 19:37:07 +00:00
Daniil Chudo ab2456c295
refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
Anthony Fu 3501fd5ca7
fix(test-utils): do not hide vitest output (#9442) 2022-12-02 10:42:23 +01:00
pooya parsa b49f2a8147
refactor: update unjs dependencies to stable v1 (#9011) 2022-11-15 15:33:43 +01:00
Anthony Fu b4d7d62287
feat(nuxi)!: setup nuxt globally with `nuxt test` (#4578) 2022-11-10 15:55:47 +01:00
Daniel Roe 46cf2566f1
fix(test-utils)!: use `vitest/node` subpath export (#8815) 2022-11-10 10:27:56 +01:00
Horu 62bbb91446
fix(test-utils): detect project root using `nuxt.config` with `.mjs` and `.cjs` extensions (#8855)
* fix(test-util): fix `.mjs` config file edge case

* Update packages/test-utils/src/nuxt.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-11-10 09:43:32 +01:00
Daniel Roe 452766e90e
fix(test-utils): override `NITRO_PORT` as well (#8458) 2022-10-25 11:17:24 +02:00
Daniel Roe 654ddd412a
refactor(test-utils)!: update vitest args (#8325) 2022-10-19 15:10:51 +02:00
Daniel Roe dab1b114bc
fix(test-utils): respect `setupTimeout` (#7866) 2022-10-03 15:48:03 +02:00
Daniel Roe 0640a6c7a4
fix(test-utils): support vitest v0.20.x (#7712) 2022-09-21 12:20:29 +02:00
Ricardo Gobbo de Souza b31405f6fd
feat(test-utils): add `mockFn` and `mockLogger` utils (#6235)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 10:51:00 +02:00
Anthony Fu 9db2229f70
refactor: enable strict type checking everywhere (#6943) 2022-08-26 17:47:29 +02:00
kazuya kawaguchi 0df9553ec4
refactor(test-utils): remove unused codes (#6369) 2022-08-05 10:35:08 +02:00
Cédric Exbrayat 943dc0e16e
chore(test-utils): error message typo (#6203) 2022-07-28 14:40:03 +01:00
Bob Olde Hampsink 8685bfa9e9
fix(test-utils): update vitest import path with `.mjs` (#5817) 2022-07-11 17:37:21 +02:00
Daniel Roe cd37a21c2e
fix(test-utils): hardcode ipv4 ip for localhost (#4998) 2022-05-17 09:40:35 +08:00
pooya parsa 24923db992
chore: update and cleanup workspace (#4450)
* fix(test-utils): resolve nuxi locally
2022-04-20 12:19:30 +02:00
Daniel Roe e0b2a3bfe4
chore: use `node:` prefix for built-in modules (#4384) 2022-04-15 17:19:05 +02:00
Anthony Fu 47b7e5cd94
test: increse retries for dev tests (#4182) 2022-04-07 23:49:43 +02:00
pooya parsa 2cc3aaba5f
chore(ci): enable testing fixtures in development (#3755)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-04-07 21:15:30 +02:00
pooya parsa 11626eea4f
feat!: migrate to nitropack (#3956)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-07 13:28:04 +02:00
Anthony Fu 96ad9cfe97
docs: init testing section (#3930) 2022-03-30 18:00:08 +02:00
pooya parsa a50b8ca712
feat(test-utils): test in development mode (#3753) 2022-03-17 22:31:06 +01:00
Daniel Roe 2590ae39d3
feat(test-utils)!: add support for running with env variables (#3742)
Co-authored-by: Anthony Fu <hi@antfu.me>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-17 22:17:54 +01:00
pooya parsa 7d945952d8
fix(kit): avoid behavior change based on NODE_ENV (#3751) 2022-03-17 21:10:12 +01:00
Anthony Fu 452a7730e0
feat(nuxi): init `nuxi test` support (#3307)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-16 13:34:27 +01:00
Anthony Fu e67ed55de3
fix(test-utils): use `beforeAll` for setup (#3696) 2022-03-16 11:47:02 +01:00
Ahad Birang 66605971a8
fix(test-utils): workaround playwright dynamic import issue with vite (#3489) 2022-03-03 20:03:48 +01:00
pooya parsa 39f7eb2cd2
fix(test-utils): improve random port allocation (#3398) 2022-02-28 22:41:44 +01:00
Anthony Fu 4ff1a954b3
test: add more tests (#3392) 2022-02-25 21:14:53 +01:00
pooya parsa 12a95ad86c
test: rework tests using `@nuxt/test-utils` (#3308) 2022-02-18 19:14:57 +01:00
Anthony Fu 467ab693b9
feat: shared logger and silent test logs (#3259)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-02-16 22:34:32 +01:00
pooya parsa c53c7360b7
feat: `@nuxt/test-utils` (#2952)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-02-11 14:22:58 +01:00