Skip to content

Add Jest for Vue testing

Eric Eastwood requested to merge introduce-jest-for-vue-testing into develop

Add Jest for Vue testing.

I went with Jest over trying to shove something into Mocha because I kept running into roadblocks and the shoddy setup didn't seem nice.

Part of https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1360

npm run jest
npm run jest -- test/public-js/vue/left-menu/components/index-test.js

Testing notes

Jest

Mocha

You can see my attempt here, https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1360/diffs?commit_id=012a09443ae36ae4c2162f188667e4afbd9ab540

Edited by Eric Eastwood

Merge request reports