From a588018a414c8f4356f507e4fac40500a3a4911d Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 9 Apr 2018 12:53:40 +0300 Subject: [PATCH] Add playground. --- src/playground/__test__/playground.test.js | 5 +++++ src/playground/playground.js | 1 + 2 files changed, 6 insertions(+) create mode 100644 src/playground/__test__/playground.test.js create mode 100644 src/playground/playground.js diff --git a/src/playground/__test__/playground.test.js b/src/playground/__test__/playground.test.js new file mode 100644 index 00000000..501a87a7 --- /dev/null +++ b/src/playground/__test__/playground.test.js @@ -0,0 +1,5 @@ +describe('playground', () => { + it('should perform playground tasks', () => { + // Place your playground tests here. + }); +}); diff --git a/src/playground/playground.js b/src/playground/playground.js new file mode 100644 index 00000000..7872c9e3 --- /dev/null +++ b/src/playground/playground.js @@ -0,0 +1 @@ +// Place your playground code here.