UNPKG
internal-client
Version:
latest (0.0.1)
0.0.1
## Project setup ``` npm install ```
internal-client
/
tests
/
integration
/
.eslintrc.js
7 lines
(6 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { plugins: [
'cypress'
], env: {
'cypress/globals'
:
true
, }, };