UNPKG
array-changes-async
Version:
latest (3.0.1)
3.0.1
3.0.0
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
Array diffing
github.com/bruderstein/array-changes-async
bruderstein/array-changes-async
array-changes-async
/
wallaby.js
17 lines
(12 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.exports =
function
(wallaby)
{
return
{ files: [
'lib/*.js'
], tests: [
'test/*.spec.js'
], env: {
type
:
'node'
, runner:
'node'
} }; };