Changed splitBufferBundle to use Object.entries and added tests for it

This commit is contained in:
Alexander Cerutti
2021-02-07 17:23:33 +01:00
parent 61f0fdd2e6
commit 960331d737
4 changed files with 81 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
"build:examples": "cd examples && npm run build",
"build:spec": "rm -rf ./spec/*.js && npx tsc",
"prepublishOnly": "npm run build",
"test": "npm run build:spec && npm run build:src && jasmine spec/index.js",
"test": "npm run build:spec && npm run build:src && jasmine spec/*.js",
"example": "npm run build:src && npm --prefix examples run example"
},
"author": "Alexander Patrick Cerutti",