Add initial test stub

This commit is contained in:
Thomas Hughes
2019-09-20 15:18:26 -05:00
parent 3d8e310430
commit 97fca7f8d6
3 changed files with 4 additions and 2 deletions

2
tests/main.test.js Normal file
View File

@@ -0,0 +1,2 @@
/* eslint-disable no-undef */
test('that tests work', () => {});