зеркало из https://github.com/github/docs.git
12 строки
137 B
Plaintext
12 строки
137 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# [start-readme]
|
||
|
#
|
||
|
# Runs tests. Equivalent of `npm test`.
|
||
|
#
|
||
|
# [end-readme]
|
||
|
|
||
|
source script/check-for-node
|
||
|
|
||
|
npm test
|