Open sweep-ai[bot] opened 1 year ago
This PR sets up the Jest testing framework for our Vue.js application.
package.json
src/tests/App.test.js
npm install
npm run test
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/setup-jest-testing
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR sets up the Jest testing framework for our Vue.js application.
Changes
package.json
.src/tests/App.test.js
for the App component.How to test
npm install
to install the new dependenciesnpm run test
to run the Jest tests. You should see a passing test for the App component.Fixes #1.
To checkout this PR branch, run the following command in your terminal: