Skip to content

Commit

Permalink
Merge pull request #10910 from dannon/jest-makefile-update
Browse files Browse the repository at this point in the history
[20.09] Update makefile target, verbiage for jest.
  • Loading branch information
mvdbeek committed Dec 14, 2020
2 parents 7f2fe6a + b9a4042 commit c49f687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -165,7 +165,7 @@ client-watch: node-deps ## A useful target for parallel development building. S
client-dev-server: node-deps ## Starts a webpack dev server for client development (HMR enabled)
cd client && yarn run webpack-dev-server

client-test: node-deps ## Run JS unit tests via Karma
client-test: node-deps ## Run JS unit tests
cd client && yarn run test

client-eslint: node-deps # Run client linting
Expand All @@ -176,8 +176,8 @@ client-format-check: node-deps # Run client formatting check

client-lint: client-eslint client-format-check ## ES lint and check format of client

client-test-watch: client ## Watch and run qunit tests on changes via Karma
cd client && yarn run test-watch
client-test-watch: client ## Watch and run all client unit tests on changes
cd client && yarn run jest-watch

# Release Targets
release-create-rc: release-ensure-upstream ## Create a release-candidate branch
Expand Down

0 comments on commit c49f687

Please sign in to comment.