first commit
This commit is contained in:
commit
5302ecc6cc
43 changed files with 2530 additions and 0 deletions
9
tests/integration/integration.spec.ts
Normal file
9
tests/integration/integration.spec.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
/// <reference types="@rbxts/testez/globals" />
|
||||
|
||||
export = (): void => {
|
||||
describe("Integration Test", () => {
|
||||
it("should be true", () => {
|
||||
expect(true).to.equal(true)
|
||||
})
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue