Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
12 lines
137 B
Bash
Executable File
12 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# [start-readme]
|
|
#
|
|
# Runs tests. Equivalent of `npm test`.
|
|
#
|
|
# [end-readme]
|
|
|
|
source script/check-for-node
|
|
|
|
npm test
|