mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00

Add asset dependencies Add field model Add field tests Add field app Add JS build Add end file blank line Adjust asset dependencies version Remove assets test libraries from build Remove unecessary comments Add end file blank line Fix indent
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
define(['chai'], function(shai) {
|
|
window.expect = shai.expect;
|
|
window.assert = shai.assert;
|
|
});
|