Beging implementing reftests

This commit is contained in:
MoyuScript
2017-08-09 00:50:31 +08:00
parent 8fde015829
commit b4dfb4404f
163 changed files with 15221 additions and 14371 deletions

View File

@ -45,5 +45,15 @@ module.exports = [
},
module: modules,
plugins
},
{
entry: './tests/testrunner.js',
output: {
filename: './build/testrunner.js',
library: 'testrunner',
libraryTarget: 'umd'
},
module: modules,
plugins
}
];