loopback-boot/test
Miroslav Bajtoš 6bf995c55b compiler: return a clone of instructions
When executor passes the instruction to loopback methods,
loopback modifies the data. Since we are loading the data using
`require` such changes affects also code that calls
`require` for one of the instructions files.

This change adds a deep clone step to prevent this issue.
2014-07-17 18:44:15 +02:00
..
fixtures Rename `models.json` to `model-config.json` 2014-07-15 11:09:39 +02:00
helpers Rename `models.json` to `model-config.json` 2014-07-15 11:09:39 +02:00
browser.test.js test: export Int32Array and DataView for browser 2014-07-17 10:05:08 +02:00
compiler.test.js compiler: return a clone of instructions 2014-07-17 18:44:15 +02:00
executor.test.js Rename `app.json` to `config.json` 2014-06-25 08:18:04 +02:00