tgui-bench Port

This commit is contained in:
Casey
2022-06-17 19:13:19 -04:00
committed by CHOMPStation2
parent 1740fb34de
commit 59f3cce569
57 changed files with 4715 additions and 516 deletions

View File

@@ -4,6 +4,9 @@ module.exports = {
'<rootDir>/packages/**/__tests__/*.{js,ts,tsx}',
'<rootDir>/packages/**/*.{spec,test}.{js,ts,tsx}',
],
testPathIgnorePatterns: [
'<rootDir>/packages/tgui-bench',
],
testEnvironment: 'jsdom',
testRunner: require.resolve('jest-circus/runner'),
transform: {