Skip to content

Commit 3c1e495

Browse files
added match schema validation (#15)
1 parent 1ab573d commit 3c1e495

File tree

6 files changed

+1391
-6331
lines changed

6 files changed

+1391
-6331
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "@qavajs/steps-memory" will be documented in this fil
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.11]
8+
- added match schema validation
9+
710
## [0.0.10]
811
- added _I expect array sorted_ step
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Steps to work with memory module
44
```javascript
55
module.exports = {
66
default: {
7-
require: ['@qavajs/steps-memory']
7+
require: ['@qavajs/steps-memory/index.js']
88
}
99
}
1010
```

0 commit comments

Comments
 (0)