UNPKG

333 Btext/coffeescriptView Raw
1try
2 module.exports =
3 base: require './base.json'
4 testcase: require './testcase.json'
5 testsuite: require './testsuite.json'
6 testsuites: require './testsuites.json'
7 expectations: require './expectations.json'
8 testsfile: require './testsfile.json'
9catch e
10 console.log 'fbp-spec: Failed to load schemas', e
11
12