mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Remove python, replace with ts
This commit is contained in:
7
tests/hello-world.test.ts
Normal file
7
tests/hello-world.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { expect } from "chai";
|
||||
|
||||
describe("something", function () {
|
||||
it("fails", function () {
|
||||
expect(true).equal(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user