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.