Skip to content

Commit

Permalink
Merge branch 'bats-1'
Browse files Browse the repository at this point in the history
* bats-1:
  fix readme
  support bats v1
  ignore nodemodules and save lockfile
  • Loading branch information
jasonkarns committed May 13, 2024
2 parents 7e0fbf6 + 69f8315 commit 1d9ab74
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# bats-mock

Mocking/stubbing library for BATS (Bash Automated Testing System)

## bats-core

There are great things happening in the `bats` ecosystem! Anyone actively using it should be installing from [bats-core]: https://github.com/bats-core.
There are great things happening in the `bats` ecosystem! Anyone actively using it should be installing from [bats-core][].

## Installation

Expand Down Expand Up @@ -111,3 +112,4 @@ Extracted from the [ruby-build][] test suite. Many thanks to its author and cont
[ruby-build]: https://github.com/sstephenson/ruby-build
[sstephenson]: https://github.com/sstephenson
[mislav]: https://github.com/mislav
[bats-core]: https://github.com/bats-core
25 changes: 25 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"stub.bash"
],
"peerDependencies": {
"bats": "^0.4.2"
"bats": "^0.4.2 || ^1"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1d9ab74

Please sign in to comment.