This website requires JavaScript.
Explore
Help
Register
Sign In
empayre
/
fleet
Watch
14
Star
0
Fork
0
You've already forked fleet
mirror of
https://github.com/empayre/fleet.git
synced
2024-11-06 17:05:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6755794ad4
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 New Issue
Copy Permalink