first commit
This commit is contained in:
5
src/index.test.ts
Normal file
5
src/index.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
describe("Test", () => {
|
||||
it("should pass", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
7
src/index.ts
Normal file
7
src/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
async function start() {
|
||||
console.log("Application starts...");
|
||||
|
||||
console.log("Application ends...");
|
||||
}
|
||||
|
||||
start();
|
Reference in New Issue
Block a user