From 86089a3db32199dfe1088ff74a08996eebca46d9 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Mon, 19 Jul 2021 14:53:15 -0700 Subject: [PATCH] We seem to use `npm test`, not `gulp test` --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7ba4b7c..83e476f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,7 +22,7 @@ Want to be listed as a *Contributor*? Make a pull request with: * Run `npm install` from the project directory ## Testing -* (Local) Run `gulp test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want. +* (Local) Run `npm test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want. * (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `gulp test-ci`. Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js). Otherwise, Travis will run all browsers if you submit a Pull Request.