mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
* Add syntactic support for tags - #412 * Add the very first test 🎉 * Simplify multiple assertions into one
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
require('should');
|
|
|
|
const config = require('../app/config');
|
|
|
|
config.init();
|