We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a5401 commit 883fbd3Copy full SHA for 883fbd3
.npmignore
@@ -12,6 +12,7 @@ tsconfig.json
12
syxconfig.json
13
distDeletor.js
14
*.tgz
15
+*.test.js
16
17
# Hidden folders
18
/.vscode
package.json
@@ -9,7 +9,8 @@
9
"build": "tsc",
10
"postbuild": "cls && echo Builded",
11
"prepublish": "npm run build",
- "postpublish": "npm pack --pack-destination=./package"
+ "postpublish": "npm pack --pack-destination=./package",
+ "test": "jest"
},
"keywords": [
"syntax",
@@ -28,6 +29,7 @@
28
29
"@typescript-eslint/parser": "^7.7.0",
30
"eslint": "^8.57.0",
31
"eslint-plugin-jsdoc": "^48.2.3",
32
+ "jest": "^29.7.0",
33
"lsp-types": "^3.17.0-f3"
34
35
"dependencies": {
0 commit comments