replace jest with ava
This commit is contained in:
parent
27cc8b23fe
commit
0347b72305
11775 changed files with 84546 additions and 1440575 deletions
28
node_modules/is-yarn-global/README.md
generated
vendored
Normal file
28
node_modules/is-yarn-global/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# is-yarn-global
|
||||
|
||||
[](https://travis-ci.org/LitoMore/is-yarn-global)
|
||||
[](https://www.npmjs.com/package/is-yarn-global)
|
||||
[](https://github.com/LitoMore/is-yarn-global/blob/master/LICENSE)
|
||||
[](https://github.com/sindresorhus/xo)
|
||||
|
||||
Check if installed by yarn globally without any `fs` calls
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
$ npm install is-yarn-global
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Just require it in your package.
|
||||
|
||||
```javascript
|
||||
const isYarnGlobal = require('is-yarn-global');
|
||||
|
||||
console.log(isYarnGlobal());
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT © [LitoMore](https://github.com/LitoMore)
|
||||
Loading…
Add table
Add a link
Reference in a new issue