Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Aug 8, 2022
2 parents c54244d + 975bc22 commit 1bb36f3
Show file tree
Hide file tree
Showing 8 changed files with 9,083 additions and 21,421 deletions.
2 changes: 1 addition & 1 deletion __tests__/makeTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class TestDefinition {
async function loadYaml() {
const testDefsPath = path.join(__dirname, 'testdata', 'success_list.yml')
const testDefsStr = await fs.readFile(testDefsPath)
return yaml.safeLoad(testDefsStr)
return yaml.load(testDefsStr)
}

async function run() {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

64 changes: 59 additions & 5 deletions dist/licenses.txt

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

Loading

0 comments on commit 1bb36f3

Please sign in to comment.