don't run tests on load
This commit is contained in:
parent
6db715ab87
commit
def580aa0a
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -382,7 +382,6 @@ Ox.load(function() {
|
||||||
path: 'dev/',
|
path: 'dev/',
|
||||||
references: /\b(Ox\.[\w\$]+)\b/g,
|
references: /\b(Ox\.[\w\$]+)\b/g,
|
||||||
replace: [app.re.code],
|
replace: [app.re.code],
|
||||||
runTests: true,
|
|
||||||
selected: app.user.item.doc,
|
selected: app.user.item.doc,
|
||||||
showTests: true
|
showTests: true
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue