feat: RNG ts 테스트 일치

This commit is contained in:
2022-03-12 20:31:13 +09:00
parent d0576806e2
commit 801b846d69
9 changed files with 269 additions and 38 deletions
+3 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"test": "npm-run-all test-php-gateway test-ts",
"test-php-gateway": "vendor/bin/phpunit --bootstrap vendor/autoload.php tests",
"test-ts": "node --loader ts-node/esm ./node_modules/.bin/mocha hwe/test-ts/**/*.test.ts",
"test-ts": "mocha",
"build": "webpack",
"buildDev": "webpack --mode=development",
"watch": "webpack watch --mode=development",
@@ -77,6 +77,7 @@
"babel-preset-modern-browsers": "^15.0.2",
"bootswatch": "^5.1.3",
"chai": "^4.3.6",
"chai-bytes": "^0.1.2",
"clean-terminal-webpack-plugin": "^3.0.0",
"css-loader": "^6.6.0",
"cssnano": "^5.0.17",
@@ -95,6 +96,7 @@
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"ts-node": "^10.6.0",
"tsconfig-paths": "^3.13.0",
"typescript": "^4.5.5",
"url-loader": "^4.1.1",
"vue-eslint-parser": "^8.2.0",