Skip to content

Commit b3e53b0

Browse files
committed
feat: use sinon 4 instead of 1 in test config
This makes no difference in the actually implemented minimal tests, but is a much better starting point for apps. This only affects the new versions from 1.124, which are using the UI5 Test Starter. Fixes #34
1 parent b763f95 commit b3e53b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/webapp/test/testsuite.qunit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
version: 2
77
},
88
sinon: {
9-
version: 1
9+
version: 4
1010
},
1111
ui5: {
1212
language: "EN",

0 commit comments

Comments
 (0)