Skeleton project with Jest and TypeScript.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 17 Feb 2020 20:56:12 +0000 (15:56 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 17 Feb 2020 20:56:12 +0000 (15:56 -0500)
commitc2909af96bd1085b418496ab64466fff1bef174c
treeec19210b8806f5b05e08d5e3a045c40c015f66e2
Skeleton project with Jest and TypeScript.
.gitignore [new file with mode: 0644]
jest.config.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/index.test.ts [new file with mode: 0644]
src/index.ts [new file with mode: 0644]