UNPKG

fbp-spec

Version:

Data-driven FBP component/graph testing tool

18 lines (13 loc) 233 B
schemas = [ 'base' 'testcase' 'testsuite' 'testsuites' 'expectations' 'testsfile' ] try for name in schemas module.exports[name] = require "./#{name}" catch e console.log 'fbp-spec: Failed to load schemas', e