fbp-spec
Version:
Data-driven FBP component/graph testing tool
16 lines (13 loc) • 346 B
text/coffeescript
getSchema = (id) ->
id = id.replace '.json', ''
schema = module.exports.schema[id]
return schema
module.exports =
runner: require './runner'
subprocess: require './subprocess'
mocha: require './mocha'
testsuite: require './testsuite'
schema: require '../schema'
getSchema: getSchema
ui:
widgets: require '../ui/widgets'