Skip to content

Commit

Permalink
Update generate-data/src/big dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-borzov committed Apr 28, 2020
1 parent 2b22820 commit 7321483
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 310 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"test": "npm-run-all test:unit test:e2e test:perf",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"test:update-snapshots": "cross-env SNAPSHOT_UPDATE=1 npm run test",
"test:generate-data": "ts-node tests/generate-data/index.ts",
"test:generate-data": "ts-node --dir tests generate-data/index.ts",
"build:clean": "rimraf lib/**/* bin/**/*",
"build:compile": "tsc --build",
"build:copy": "copyfiles -u 2 src/lib/vendor/*.* src/lib/tree-viz.ejs src/lib/types.d.ts lib",
Expand Down
4 changes: 2 additions & 2 deletions tests/data/big.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/data/null-source.js

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

0 comments on commit 7321483

Please sign in to comment.