Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit feefe9d

Browse files
committed
remove jest and karma
1 parent 2a57677 commit feefe9d

10 files changed

Lines changed: 4670 additions & 10125 deletions

File tree

bin/react-unity-scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const spawn = require('react-dev-utils/crossSpawn');
1919
const args = process.argv.slice(2);
2020

2121
const scriptIndex = args.findIndex(
22-
x => x === 'build' || x === 'eject' || x === 'start' || x === 'test' || x === 'test-jest'
22+
x => x === 'build' || x === 'eject' || x === 'start' || x === 'test'
2323
);
2424
const script = scriptIndex === -1 ? args[0] : args[scriptIndex];
2525
const nodeArgs = scriptIndex > 0 ? args.slice(0, scriptIndex) : [];
2626

27-
if (['build', 'eject', 'start', 'test', 'test-jest'].includes(script)) {
27+
if (['build', 'eject', 'start', 'test'].includes(script)) {
2828
const result = spawn.sync(
2929
process.execPath,
3030
nodeArgs

config/jest/babelTransform.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

config/jest/cssTransform.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

config/jest/fileTransform.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)