Skip to content

Commit

Permalink
fix: providing MockProvider and its docs
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Oct 31, 2020
1 parent 5882a91 commit ecfb15d
Show file tree
Hide file tree
Showing 106 changed files with 2,005 additions and 1,394 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 ecfb15d

Please sign in to comment.