loopback-boot/test
Miroslav Bajtoš 05b53d52fd 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-16 20:44:30 +02:00
..
fixtures Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
helpers Split the boot process into two steps 2014-06-03 08:13:14 +02:00
browser.test.js Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
compiler.test.js compiler: return a clone of instructions 2014-07-16 20:44:30 +02:00
executor.test.js Split the boot process into two steps 2014-06-03 08:13:14 +02:00
global-setup.js Initial implementation 2014-05-23 16:50:40 +02:00