Skip to content

Commit

Permalink
Cleanup function and regexp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Sep 10, 2024
1 parent 08f0881 commit 0e3b638
Show file tree
Hide file tree
Showing 9 changed files with 1,137 additions and 1,000 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"check": "run-p -c --aggregate-output check:*",
"check:lint": "eslint --report-unused-disable-directives .",
"check:tsc": "tsc",
"clean-node_modules": "del-cli \"test/**/node_modules\" \"node_modules\"",
"clean-node_modules": "del-cli 'test/**/node_modules' 'node_modules'",
"knip:dependencies": "knip --dependencies",
"knip:exports": "knip --include exports,duplicates --reporter compact",
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json . -D correctness -D perf -D suspicious --promise-plugin --import-plugin",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict'

module.exports = require('@socketregistry/monorepo/packages/npm/regexp.prototype.flags/polyfill')
module.exports = require('@socketregistry/monorepo/packages/npm/function.prototype.name/implementation')
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict'

module.exports = require('@socketregistry/monorepo/packages/npm/regexp.prototype.flags/shim')
module.exports = require('@socketregistry/monorepo/packages/npm/function.prototype.name')
Loading

0 comments on commit 0e3b638

Please sign in to comment.