mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Add global register feature
Tweak admin field app Fix typo Tweaks Fix typo
This commit is contained in:

committed by
Romain Neutron

parent
9a9235a15e
commit
0539db7598
@@ -1,8 +1,8 @@
|
||||
require.config({
|
||||
baseUrl: "../../scripts",
|
||||
paths: {
|
||||
specs: 'tests/specs',
|
||||
chai: '../assets/chai/chai'
|
||||
specs: "tests/specs",
|
||||
chai: "../assets/chai/chai"
|
||||
},
|
||||
shim : {
|
||||
shai: {
|
||||
@@ -12,7 +12,7 @@ require.config({
|
||||
});
|
||||
|
||||
mocha.setup({
|
||||
ui: 'bdd',
|
||||
ui: "bdd",
|
||||
ignoreLeaks: true
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user