diff --git a/client/src/tests/actions.test.js b/client/src/tests/actions.test.js new file mode 100644 index 0000000..0320f97 --- /dev/null +++ b/client/src/tests/actions.test.js @@ -0,0 +1,3 @@ +it('1 should equal 1', () => { + expect(1).toEqual(1); +}); \ No newline at end of file