mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 12:16:42 +01:00
4 lines
82 B
JavaScript
Executable File
4 lines
82 B
JavaScript
Executable File
test('test test', 1, function () {
|
|
ok(1 === 1, '1 equals 1');
|
|
});
|