tobiipro / support-firecloud

Software and configuration that support TobiiPro's Cloud Services development.
Apache License 2.0
4 stars 1 forks source link

Look for *.spec.ts files in src folder for jest tests #195

Closed FredrikJT closed 3 years ago

FredrikJT commented 3 years ago

This PR makes it possible to run jest test files named *.spec.ts which are located in the test and src folder. The command to use this is e.g. make a.spec.ts which will find all files called a.spec.ts in the test and src folder and run them with jest.

Explanation: