4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
|
test('test test', 1, function () {
|
||
|
ok(1 === 1, '1 equals 1');
|
||
|
});
|