[esvm] include the testattr necessary for many tests

This commit is contained in:
spalger
2016-04-05 08:40:22 -07:00
parent 5b0be45cb9
commit 106c23be78
2 changed files with 7 additions and 1 deletions

View File

@ -54,6 +54,12 @@ var versionedOpts = [
'node.testattr': 'test' 'node.testattr': 'test'
} }
}, },
{
version: '>=5.0',
config: {
'node.attr.testattr': 'test'
}
},
{ {
version: '>=1.6', version: '>=1.6',
config: { config: {

View File

@ -60,7 +60,7 @@
"grunt-contrib-copy": "~0.4.1", "grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "^0.11.0", "grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.5.3",
"grunt-esvm": "^2.1.1", "grunt-esvm": "^3.1.1",
"grunt-mocha-cov": "^0.4.0", "grunt-mocha-cov": "^0.4.0",
"grunt-open": "~0.2.2", "grunt-open": "~0.2.2",
"grunt-prompt": "~0.1.2", "grunt-prompt": "~0.1.2",