json-strict
Version:
Json Specification & Validation & Document Generation
29 lines (26 loc) • 481 B
text/coffeescript
{Int} = require '../../src/'
matchCases =
'doesnt match undefined/null/NaN': [
[]
[]
[]
]
'doesnt match true/false': [
[]
[]
]
'doesnt match any other types': [
[]
[]
[]
[]
[], no]
]
'matches integers': [
[]
[]
[]
[]
[]
]
module.exports = {matchCases}