yaml-test-suite

Test Suite for YAML.
yaml-test-suite data in JavaScript.
Install
yarn add yaml-test-suite
Usage
import yamlTestSuite from 'yaml-test-suite'
console.log(yamlTestSuite)
// =>
// [
// {
// filename: '229Q.yaml',
// name: 'Spec Example 2.4. Sequence of Mappings',
// from: 'http://www.yaml.org/spec/1.2/spec.html#id2760193',
// tags: [ 'sequence', 'mapping', 'spec' ],
// cases: [ [Object] ]
// },
// ...
// ]