Skip to content

Commit

Permalink
Merge pull request #175 from davidchambers/sanctuary-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers authored Dec 11, 2023
2 parents 38d8e4e + 4b8b267 commit fcca9e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
repo-owner = davidchambers
repo-name = doctest
default-branch = main
author-name = David Chambers <[email protected]>
source-files = bin/doctest lib/*.js
source-files = bin/doctest lib/**/*.js
readme-source-files =
version-tag-prefix =
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"root": true,
"extends": ["./node_modules/sanctuary-style/eslint-es6.json"],
"extends": ["./node_modules/sanctuary-style/eslint.json"],
"parserOptions": {"ecmaVersion": 2020, "sourceType": "module"},
"env": {"node": true},
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"c8": "8.0.x",
"oletus": "4.0.x",
"sanctuary-scripts": "5.0.x"
"sanctuary-scripts": "6.0.x"
},
"scripts": {
"doctest": "sanctuary-doctest",
Expand Down
4 changes: 2 additions & 2 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -euf -o pipefail

source "${BASH_SOURCE%/*}/../node_modules/sanctuary-scripts/functions"

set +f ; shopt -s nullglob
set +f ; shopt -s globstar nullglob
files=($(get source-files))
set -f ; shopt -u nullglob
set -f ; shopt -u globstar nullglob

node_modules/.bin/c8 \
--check-coverage \
Expand Down

0 comments on commit fcca9e0

Please sign in to comment.