Skip to content

Commit

Permalink
Merge pull request #221 from satanTime/issues/mock-provider
Browse files Browse the repository at this point in the history
fix: providing MockProvider and its docs
  • Loading branch information
satanTime authored Nov 1, 2020
2 parents 5882a91 + 84cbad6 commit 904a5d5
Show file tree
Hide file tree
Showing 108 changed files with 2,612 additions and 1,610 deletions.
1 change: 1 addition & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
const filesForLint = filenames
.map(file => path.relative(cwd, file))
.filter(file => !file.match(/\.spec\.ts$/i))
.filter(file => !file.match(/\.fixtures\.ts$/i))
.filter(file => !file.match(/^e2e\//i))
.filter(file => !file.match(/^examples\//i))
.filter(file => !file.match(/^tests\//i))
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.browserslistrc
.dockerignore
.editorconfig
.env
.gitignore
.gitkeep
.idea/
Expand Down
Loading

0 comments on commit 904a5d5

Please sign in to comment.