Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 422 Bytes

MATScommon

This is a Meteor Atmosphere package containing common code for MATS and METexpress.

Testing

You can test with something like:

meteor test-packages ./ --driver-package meteortesting:mocha --settings </path/to>/mats-settings/configurations/local/settings/aircraft/settings.json

Formatting

To lint and format this project run:

meteor npm run lint
meteor npm run format