Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(generate-examples-index)!: complete overhaul #6

Merged
merged 4 commits into from
Jan 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
!/.eslintrc
/__snapshots__
/bin
/declarations
/dist
Expand Down
2,712 changes: 2,712 additions & 0 deletions __snapshots__/test/generate-examples-index/basic.test.ts.js

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"pre-push": "npm test"
}
},
"config": {
"snap-shot-it": {
"sortSnapshots": true,
"useRelativePath": true
}
},
"main": "dist/vis-dev-utils.cjs.js",
"module": "dist/vis-dev-utils.esm.js",
"types": "declarations",
Expand Down Expand Up @@ -107,6 +113,7 @@
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-typescript2": "^0.24.3",
"sinon": "^7.5.0",
"snap-shot-it": "^7.9.1",
"tmp-promise": "^2.0.2",
"typescript": "^3.6.3"
},
Expand Down
Loading