9 lines
No EOL
182 B
TypeScript
9 lines
No EOL
182 B
TypeScript
/// <reference types="@rbxts/testez/globals" />
|
|
|
|
export = (): void => {
|
|
describe("Integration Test", () => {
|
|
it("should be true", () => {
|
|
expect(true).to.equal(true)
|
|
})
|
|
})
|
|
} |