Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.2.1 test #75

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- 20
- 22
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Noiseless testing framework

## About

- ~1100 LOC including the CLI runner<sup>1</sup>
- ~950 LOC including the CLI runner<sup>1</sup>
- terser and faster test code than with mocha, jasmine or tape
- test code reads like bullet points
- assertion code follows [SVO](https://en.wikipedia.org/wiki/Subject–verb–object) structure in present tense for terseness and readability
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Change log

### Upcoming
<!-- Add new lines here. Version number will be decided later -->

### 4.2.1
_2024-09-02_

- Update `glob` dependency to v9.

### 4.2.0
Expand Down Expand Up @@ -79,7 +83,7 @@ _2022-05-19_
_2022-05-18_
- Fix post-install crash introduced in v4.1.2

### 4.1.2
### 4.1.2

#### Bug fixes
_2022-05-17_
Expand Down
79 changes: 43 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ospec",
"version": "4.2.0",
"version": "4.2.1",
"description": "Noiseless testing framework",
"main": "ospec.js",
"unpkg": "ospec.js",
Expand Down Expand Up @@ -34,6 +34,6 @@
"cmd-shim": "4.0.2",
"compose-regexp": "^0.6.22",
"eslint": "^6.8.0",
"ospec-stable": "npm:ospec@4.1.7"
"ospec-stable": "npm:ospec@4.2.0"
}
}
Loading