diff options
author | Giovanni Gonzaga <giovanni@buildo.io> | 2015-06-10 19:13:38 +0200 |
---|---|---|
committer | Giovanni Gonzaga <giovanni@buildo.io> | 2015-06-11 17:06:59 +0200 |
commit | 4653482d06e359f74f792bb2c879402358c8c5f0 (patch) | |
tree | c14afdd5c241641e32292dc87436578b0ac49081 | |
parent | 1b919faf4bee00211c86bfd73999c026ff290686 (diff) | |
download | react-autosize-textarea-4653482d06e359f74f792bb2c879402358c8c5f0.zip react-autosize-textarea-4653482d06e359f74f792bb2c879402358c8c5f0.tar.gz react-autosize-textarea-4653482d06e359f74f792bb2c879402358c8c5f0.tar.bz2 |
fake test
-rw-r--r-- | test/tests/fake.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests/fake.js b/test/tests/fake.js new file mode 100644 index 0000000..17cacfa --- /dev/null +++ b/test/tests/fake.js @@ -0,0 +1,3 @@ +describe('fake suite', () => { + it('should pass :P', () => {}); +}); |