Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Testing components (#44)
Browse files Browse the repository at this point in the history
Testing components
  • Loading branch information
piyush97 authored Aug 14, 2019
2 parents 07486f1 + a4bb10f commit d57257e
Show file tree
Hide file tree
Showing 14 changed files with 4,170 additions and 332 deletions.
1 change: 1 addition & 0 deletions __mocks__/fileMock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = 'test-file-stub';
1 change: 1 addition & 0 deletions __mocks__/styleMock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {};
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ["@babel/preset-env", "@babel/preset-react"]
};
Loading

0 comments on commit d57257e

Please sign in to comment.