We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4238f58 commit 5f44f59Copy full SHA for 5f44f59
package.json
@@ -3,6 +3,10 @@
3
"version": "0.0.0-semantically-released",
4
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5
"main": "dist/index.js",
6
+ "repository": {
7
+ "type" : "git",
8
+ "url" : "https://github.com/testing-library/svelte-testing-library"
9
+ }
10
"devDependencies": {
11
"babel-jest": "^24.7.1",
12
"deasync": "^0.1.14",
0 commit comments