4 lines
82 B
JavaScript
Raw Normal View History

2025-06-04 09:42:48 +08:00
test('test test', 1, function () {
ok(1 === 1, '1 equals 1');
});