yaml-test-suite

Test Suite for YAML.

MIT 3 个版本
安装
npm install yaml-test-suite
yarn add yaml-test-suite
pnpm add yaml-test-suite
bun add yaml-test-suite
README

yaml-test-suite

Npm Version MIT License Coverage

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] ]
//   },
// ...
// ]
版本列表
0.1.0 2025-11-24
0.0.2 2025-11-22
0.0.1 2025-11-22