Before you get started, you will need a copy of .env with credentials; These belong in the root directory of the repository.
From the PACE Admin root directory:
cd /path/to/pace-adminmake start_dockercd ./ingestyarn test
You should see something like:
PASS test/getIngestFilePaths.test.js
PASS units/test/normalizer.test.ts
Test Suites: 2 passed, 2 total
Tests: 5 passed, 5 total
Snapshots: 0 total
Time: 1.381 s, estimated 3 s
Ran all test suites.
✨ Done in 2.41s.