Skip to content

Commit b0e61db

Browse files
committed
feat(resolve): Initial check-in of the resolve package
1 parent ddd30b4 commit b0e61db

56 files changed

Lines changed: 4205 additions & 1002 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Open System uses [Jest](https://jestjs.io/) for unit testing and
193193

194194
## Running Unit Tests
195195

196-
Run `pnpm test` to execute the unit tests via [Jest](https://jestjs.io).
196+
Run `pnpm test` to execute the unit tests via [Vitest](https://vitest.dev).
197197

198198
Run `pnpm affected:test` to execute the unit tests affected by a change.
199199

packages/async/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Run `nx build async` to build the library.
132132

133133
### Running unit tests
134134

135-
Run `nx test async` to execute the unit tests via [Jest](https://jestjs.io).
135+
Run `nx test async` to execute the unit tests via [Vitest](https://vitest.dev).
136136

137137
### Linting
138138

packages/capnp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Run `nx build capnp` to build the library.
115115

116116
### Running unit tests
117117

118-
Run `nx test capnp` to execute the unit tests via [Jest](https://jestjs.io).
118+
Run `nx test capnp` to execute the unit tests via [Vitest](https://vitest.dev).
119119

120120
### Linting
121121

packages/capnp/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,13 @@
126126
"storm-capnpc-cjs": "bin/capnpc.cjs",
127127
"storm-capnpc-esm": "bin/capnpc.mjs"
128128
},
129-
"files": ["bin/**/*", "dist/**/*", "dts/**/*", "schemas/**/*", "vendor/**/*"],
129+
"files": [
130+
"bin/**/*",
131+
"dist/**/*",
132+
"dts/**/*",
133+
"schemas/**/*",
134+
"vendor/**/*"
135+
],
130136
"dependencies": {
131137
"@stryke/fs": "workspace:*",
132138
"@stryke/path": "workspace:*",

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Run `nx build cli` to build the library.
115115

116116
### Running unit tests
117117

118-
Run `nx test cli` to execute the unit tests via [Jest](https://jestjs.io).
118+
Run `nx test cli` to execute the unit tests via [Vitest](https://vitest.dev).
119119

120120
### Linting
121121

packages/convert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Run `nx build convert` to build the library.
114114

115115
### Running unit tests
116116

117-
Run `nx test convert` to execute the unit tests via [Jest](https://jestjs.io).
117+
Run `nx test convert` to execute the unit tests via [Vitest](https://vitest.dev).
118118

119119
### Linting
120120

packages/cookie/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Run `nx build http` to build the library.
117117

118118
### Running unit tests
119119

120-
Run `nx test http` to execute the unit tests via [Jest](https://jestjs.io).
120+
Run `nx test http` to execute the unit tests via [Vitest](https://vitest.dev).
121121

122122
### Linting
123123

packages/crypto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Run `nx build http` to build the library.
117117

118118
### Running unit tests
119119

120-
Run `nx test http` to execute the unit tests via [Jest](https://jestjs.io).
120+
Run `nx test http` to execute the unit tests via [Vitest](https://vitest.dev).
121121

122122
### Linting
123123

packages/env/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Run `nx build env` to build the library.
114114

115115
### Running unit tests
116116

117-
Run `nx test env` to execute the unit tests via [Jest](https://jestjs.io).
117+
Run `nx test env` to execute the unit tests via [Vitest](https://vitest.dev).
118118

119119
### Linting
120120

packages/fs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Run `nx build fs` to build the library.
117117

118118
### Running unit tests
119119

120-
Run `nx test fs` to execute the unit tests via [Jest](https://jestjs.io).
120+
Run `nx test fs` to execute the unit tests via [Vitest](https://vitest.dev).
121121

122122
### Linting
123123

0 commit comments

Comments
 (0)