This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
fleet
Watch
1
Star
0
Fork
You've already forked fleet
0
mirror of
https://github.com/fleetdm/fleet
synced
2026-05-23 00:49:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
143
6ccf1a00b3
fleet
/
frontend
/
__mocks__
/
fileMock.js
4 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Migrate JS tests to Jest and update libraries (#74) - Move from Mocha to Jest for JS testing (Jest seems to have better support for 'watching' tests and a more active community these days). - Codemod existing tests to Jest syntax (using https://github.com/skovhus/jest-codemods) - Fix some errors in tests that were previously hidden. - Update Babel.
2020-12-01 18:15:12 +00:00
// __mocks__/fileMock.js
add prettier and have it format all fleet application code (#625) * add prettier and have it format all js code except website: : * trying running prettier check in CI * fix runs on in CI * change CI job name * fix prettier erros and fix CI
2021-04-12 13:32:25 +00:00
module
.
exports
=
"test-file-stub"
;
Reference in a new issue
Copy permalink