Files
directus/tests/blackbox/package.json
Pascal Jufer 1ec1f98431 Bye-bye, Jest (#19886)
* Bye-bye, Jest

* Clean-up non-null assertions for PORT

* Test all vendors

* Consistent file names

* Try with MSSQL 2022

* Revert "Try with MSSQL 2022"

This reverts commit da807c6ec8.

* Try to run on Windows for better MSSQL perf

* Worth a try (hopefully runs MSSQL faster this way)

* Start docker services via bash

* Quick attempt with local installation of MSSQL

* Test with MSSQL 2019

* Back to ubuntu-latest for other tests

* Add typecheck cmd

* Revert "Test all vendors"

This reverts commit d6fbdd76c9.

* Use TS for Vitest config file

* Simplify vendors typecasting

---------

Co-authored-by: ian <licitdev@gmail.com>
2023-10-04 14:53:36 -04:00

40 lines
936 B
JSON

{
"name": "tests-blackbox",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "vitest --watch=false",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@directus/types": "workspace:*",
"@directus/utils": "workspace:*",
"@types/js-yaml": "4.0.6",
"@types/lodash-es": "4.17.9",
"@types/seedrandom": "3.0.6",
"@types/supertest": "2.0.13",
"@types/uuid": "9.0.4",
"@types/ws": "8.5.6",
"argon2": "0.31.1",
"autocannon": "7.12.0",
"axios": "1.5.1",
"globby": "13.2.2",
"graphql-ws": "5.14.1",
"js-yaml": "4.1.0",
"json-to-graphql-query": "2.2.5",
"knex": "2.5.1",
"listr2": "7.0.1",
"lodash-es": "4.17.21",
"seedrandom": "3.0.5",
"supertest": "6.3.3",
"typescript": "5.2.2",
"uuid": "9.0.1",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6",
"vitest-environment-blackbox": "workspace:*",
"ws": "8.14.2"
}
}