mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
|
function test() {
|
||
|
|
ok(true, "first pass ok");
|
||
|
|
ok(false, "then fail ok");
|
||
|
|
}
|