Skip to content

Commit a588018

Browse files
committed
Add playground.
1 parent 8c46dbf commit a588018

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe('playground', () => {
2+
it('should perform playground tasks', () => {
3+
// Place your playground tests here.
4+
});
5+
});

src/playground/playground.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Place your playground code here.

0 commit comments

Comments
 (0)