Set path and enable workspaces

This commit is contained in:
dannyrb 2019-07-16 14:27:22 -04:00
parent 9449ae4314
commit 579c2b41d1
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@ jobs:
unit_tests:
<<: *defaults
steps:
# Enable yarn workspaces
- run: yarn config set workspaces-experimental true
# Checkout code and ALL Git Tags
- checkout:
post:

View File

@ -1,3 +1,5 @@
const path = require("path");
module.exports = {
verbose: true,
testMatch: ["<rootDir>/src/**/*.test.js"],