Skip to content

Commit da04dc7

Browse files
committed
Explicitly skip tests and update return value annotations
1 parent b6e13a4 commit da04dc7

File tree

6 files changed

+69
-69
lines changed

6 files changed

+69
-69
lines changed

TODO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ TODO
10671067
10681068
188. investigate [vm2](https://github.com/patriksimek/vm2) for sandboxing
10691069
1070-
189. For `master`, `develop`, and PRs into `master` and `develop`, run full build sequence; for all other branches, is it necessary to run full sequence or just, say, tests? or maybe for other branches, only run tests, examples, benchmarks for files which changed (similar to `git` push hook?
1070+
189. For `master`, `develop`, and PRs into `master` and `develop`, run full build sequence; for all other branches, is it necessary to run full sequence or just, say, tests? or maybe for other branches, only run tests, examples, benchmarks for files which changed (similar to `git` push hook)?
10711071
10721072
190. Linter for dirnames (akin to filenames)?
10731073

lib/node_modules/@stdlib/fs/exists/README.md

+46-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/exists/examples/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/exists/lib/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/exists/test/test.async.js

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/fs/exists/test/test.sync.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)