blowfish/node_modules/outlayer/test/unit/basics.js

6 lines
198 B
JavaScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
QUnit.test( 'basics', function( assert ) {
assert.equal( typeof Outlayer, 'function', 'Outlayer is a function' );
// TODO pckry should be null or something
// var olayer = new Outlayer();
});