Move all the build scripts into scripts/ folder, ES6ify more stuff

This commit is contained in:
Bryan Housel
2020-01-28 15:00:02 -05:00
parent aadbddba2f
commit ce7cac6738
8 changed files with 430 additions and 441 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
describe('iD.coreData', function() {
var _context;
var _oldData;
before(function() {
iD.data = iD.data || {};
iD.data.test = { hello: 'world' };
});