Skip to content

Commit 237086c

Browse files
committed
more tests
1 parent 4da14b3 commit 237086c

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

app/views/Application.bx

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/views/main/index.bxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
118118
<a
119-
href="#getSetting( "appMapping" )#/tests/index.bxm"
119+
href="#event.buildLink( "tests" )#"
120120
class="btn btn-dark btn-lg"
121121
role="button"
122122
target="_blank"
@@ -126,7 +126,7 @@
126126
</a>
127127

128128
<a
129-
href="#getSetting( "appMapping" )#/tests/runner.bxm"
129+
href="#event.buildLink( "tests" )#/runner.bxm"
130130
class="btn btn-dark btn-lg"
131131
role="button"
132132
target="_blank"

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"enable":true
1616
},
1717
"aliases":{
18-
"/coldbox/system/exceptions":"./lib/coldbox/system/exceptions/",
18+
"/coldbox/system/exceptions":"./lib/coldbox/system/exceptions/",
1919
"/tests":"./tests/"
2020
}
2121
},

0 commit comments

Comments
 (0)