Adding basic config file parsing and some test scaffolding.

This commit is contained in:
Federico Builes
2022-05-26 15:54:59 -07:00
parent d09b96a7b1
commit a8dcc6b774
4 changed files with 56 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
import {expect, test} from '@jest/globals'
test('tests things', async () => {
expect(true).toEqual(true)
})