Skip to content

Commit 7cbd2e6

Browse files
committed
feat: installing js-virtualtar
1 parent 22c6a4c commit 7cbd2e6

File tree

3 files changed

+92
-9
lines changed

3 files changed

+92
-9
lines changed

package-lock.json

Lines changed: 84 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"@matrixai/errors": "^2.1.3",
9090
"@matrixai/events": "^4.0.1",
9191
"@matrixai/id": "^4.0.0",
92+
"@matrixai/js-virtualtar": "^2.0.0",
9293
"@matrixai/logger": "^4.0.3",
9394
"@matrixai/mdns": "^2.0.7",
9495
"@matrixai/quic": "^2.0.9",
@@ -114,25 +115,25 @@
114115
"ip-num": "^1.3.3-0",
115116
"isomorphic-git": "^1.8.1",
116117
"lexicographic-integer": "^1.1.0",
118+
"minimatch": "^10.0.1",
117119
"multiformats": "^13.3.2",
118120
"pako": "^1.0.11",
119121
"prompts": "^2.4.1",
120122
"resource-counter": "^1.2.4",
121-
"sodium-native": "^3.4.1",
122-
"minimatch": "^10.0.1"
123+
"sodium-native": "^3.4.1"
123124
},
124125
"devDependencies": {
125-
"@matrixai/lint" : "^0.2.11",
126126
"@fast-check/jest": "^2.1.1",
127+
"@matrixai/lint": "^0.2.11",
127128
"@swc/core": "1.3.82",
128129
"@swc/jest": "^0.2.29",
129130
"@types/cross-spawn": "^6.0.2",
130131
"@types/jest": "^29.5.2",
132+
"@types/minimatch": "^5.1.2",
131133
"@types/node": "^20.5.7",
132134
"@types/pako": "^1.0.2",
133135
"@types/prompts": "^2.0.13",
134136
"@types/readable-stream": "^2.3.11",
135-
"@types/minimatch": "^5.1.2",
136137
"benny": "^3.7.1",
137138
"common-tags": "^1.8.2",
138139
"fast-check": "^4.0.1",

tests/scratch.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
* This is a 'scratch paper' test file for quickly running tests in the CI
33
*/
44
describe('scratch', () => {
5-
test('', async () => {});
5+
test('', async () => {
6+
7+
});
68
});

0 commit comments

Comments
 (0)