Update test.example.js

This commit is contained in:
Namhyeon Go 2020-07-27 15:44:33 +09:00
parent bff8a2c42a
commit 4fa3937170

View File

@ -12,8 +12,8 @@
assert("this is true", true); assert("this is true", true);
}, },
testRedTest: function () { testRedTest: function () {
assert("this is false", false); assert("this is false", false);
} }
}; };
})(); })();