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