From d9bffda1232df41d1b3cd293cd9a61dc20037601 Mon Sep 17 00:00:00 2001 From: hannahcmtucker Date: Thu, 18 Jan 2018 13:22:27 +0000 Subject: [PATCH] Set up travis build matrix --- client/src/tests/actions.test.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/src/tests/actions.test.js 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