Skip to content

Commit

Permalink
Improve URL validation
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Jul 12, 2024
1 parent eb6fd15 commit 63e7f48
Show file tree
Hide file tree
Showing 6 changed files with 6,134 additions and 103 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm run build --if-present
- run: npm run test
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};
Loading

0 comments on commit 63e7f48

Please sign in to comment.