Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a588018

Browse files
committedApr 9, 2018
Add playground.
1 parent 8c46dbf commit a588018

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 
Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Place your playground code here.

0 commit comments

Comments
 (0)
Please sign in to comment.