Skip to content

Commit

Permalink
Merge pull request #17 from true-runes/add_test_scripts
Browse files Browse the repository at this point in the history
Add actual test scripts (.ts)
  • Loading branch information
nikukyugamer authored Jun 7, 2020
2 parents 8e4221e + f01bdf3 commit 3cc16a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/bar.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function bar(): void {
console.log('bar')
}

bar()
5 changes: 5 additions & 0 deletions src/foo.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function foo(): void {
console.log('foo')
}

foo()
1 change: 0 additions & 1 deletion src/index.ts

This file was deleted.

0 comments on commit 3cc16a0

Please sign in to comment.