We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e0c59 commit 6ebba92Copy full SHA for 6ebba92
.npmignore
@@ -2,3 +2,4 @@ coverage/
2
.nyc_output/
3
test/
4
5
+yarn.lock
package.json
@@ -2,7 +2,7 @@
"name": "pptr-testing-library",
"version": "0.0.0-development",
"description": "puppeteer + dom-testing-library",
- "main": "./lib/index.js",
+ "main": "./dist/index.js",
6
"scripts": {
7
"test": "npm run test:lint && npm run test:unit",
8
"test:unit": "jest",
@@ -25,6 +25,12 @@
25
"bugs": {
26
"url": "https://github.com/patrickhulce/pptr-testing-library/issues"
27
},
28
+ "keywords": [
29
+ "puppeteer",
30
+ "dom-testing-library",
31
+ "testing",
32
+ "utility"
33
+ ],
34
"config": {
35
"exportAliases": {
36
"extend": "./dist/extend"
0 commit comments