spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
547 stars 134 forks source link

Fix ES6 tests #155

Closed okwolf closed 6 years ago

okwolf commented 6 years ago

Using @std/esm instead of Babel for now since import/export are the only ES6 features being used.

In the future, consider moving the tests to Jest which is easier to add ES6 features to and might eliminate the need for .setup.js.