UNPKG

jsx

Version:

a faster, safer, easier JavaScript

14 lines (10 loc) 222 B
import "test-case.jsx"; class _Test extends TestCase { function test1() :void { this.expect("hello").toBe("hello"); this.expect("world").toBe("world"); } function test2() :void { this.expect(42).toBe(42); } }