mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
define(["chai"], function(shai) {
|
|
window.expect = shai.expect;
|
|
window.assert = shai.assert;
|
|
});
|