You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
211 B
JavaScript

import "test-case.jsx";
class _Test extends TestCase {
function testHello() : void {
var got = "foo bar";
this.expect(got).toBe("Hello, world!");
}
}
// vim: set tabstop=2 shiftwidth=2 expandtab: