hyper/test/setup.js
Matheus Fernandes f175268912 Add the very first test 🎉 (#549)
* Add syntactic support for tags - #412
* Add the very first test 🎉
* Simplify multiple assertions into one
2016-08-03 16:39:58 -03:00

5 lines
77 B
JavaScript

require('should');
const config = require('../app/config');
config.init();