mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
define(function(require) {
|
|
it("should run", function () {
|
|
expect(true).to.equal(true);
|
|
});
|
|
});
|