UNPKG

400 BJavaScriptView Raw
1'use strict';
2
3var e;
4
5try {
6 module.exports = {
7 base: require('./base.json'),
8 testcase: require('./testcase.json'),
9 testsuite: require('./testsuite.json'),
10 testsuites: require('./testsuites.json'),
11 expectations: require('./expectations.json'),
12 testsfile: require('./testsfile.json')
13 };
14} catch (error) {
15 e = error;
16 console.log('fbp-spec: Failed to load schemas', e);
17}
\No newline at end of file