mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-22 12:11:53 +02:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
|
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();
|
||
|
});
|