* wip * webpack loader working * time to switch to babel * wip * wip - next broken * build & babel working, but resolver not loaded at runtime * webpack loaders fully working! * rpc server handler ported * fully working e2e! * ci * fix * fix * fix test * refactor integration test setup * port rpc integration test * remove duplicate constants * fix timeout * add more explicit timeouts for tests * use pnpm exec * add custom _document for auth test * await killapp * add next as dependency for test utils * update pnpm ci * add vitest config file * add hookTimeout to global vitest file Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com>
25 lines
597 B
JSON
25 lines
597 B
JSON
{
|
|
"name": "test-utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/express": "4.17.13",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/node-fetch": "2.6.1",
|
|
"@types/react": "17.0.43",
|
|
"@types/rimraf": "3.0.2",
|
|
"@types/selenium-webdriver": "4.0.18",
|
|
"chromedriver": "100.0.0",
|
|
"cross-spawn": "7.0.3",
|
|
"eslint": "7.32.0",
|
|
"express": "4.17.3",
|
|
"fs-extra": "10.0.1",
|
|
"get-port": "6.1.2",
|
|
"node-fetch": "3.2.3",
|
|
"rimraf": "3.0.2",
|
|
"selenium-webdriver": "4.1.1",
|
|
"tree-kill": "1.2.2",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|