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