[esvm] include the testattr necessary for many tests
This commit is contained in:
@ -54,6 +54,12 @@ var versionedOpts = [
|
||||
'node.testattr': 'test'
|
||||
}
|
||||
},
|
||||
{
|
||||
version: '>=5.0',
|
||||
config: {
|
||||
'node.attr.testattr': 'test'
|
||||
}
|
||||
},
|
||||
{
|
||||
version: '>=1.6',
|
||||
config: {
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
"grunt-contrib-copy": "~0.4.1",
|
||||
"grunt-contrib-uglify": "^0.11.0",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-esvm": "^2.1.1",
|
||||
"grunt-esvm": "^3.1.1",
|
||||
"grunt-mocha-cov": "^0.4.0",
|
||||
"grunt-open": "~0.2.2",
|
||||
"grunt-prompt": "~0.1.2",
|
||||
|
||||
Reference in New Issue
Block a user