mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Merge coretypes repo
This commit is contained in:
28
packages/ripple-binary-codec/wallaby.js
Normal file
28
packages/ripple-binary-codec/wallaby.js
Normal file
@@ -0,0 +1,28 @@
|
||||
'use strict';
|
||||
|
||||
var babel = require('babel');
|
||||
module.exports = function(wallaby) {
|
||||
return {
|
||||
files: [
|
||||
'src/**/*.js',
|
||||
'src/enums/*.json',
|
||||
'test/utils.js',
|
||||
'examples/*.js',
|
||||
'test/fixtures/**/*.*'
|
||||
],
|
||||
tests: [
|
||||
'test/*-test.js',
|
||||
'!test/examples-test.js'
|
||||
],
|
||||
env: {
|
||||
type: 'node'
|
||||
},
|
||||
testFramework: 'mocha@2.1.0',
|
||||
compilers: {
|
||||
'**/*.js': wallaby.compilers.babel({
|
||||
babel: babel
|
||||
})
|
||||
},
|
||||
debug: true
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user