Skip to content

Commit c702e83

Browse files
author
Matthias Stein
committed
Update init-packs-js
1 parent ddc758f commit c702e83

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/test/webapp/js/tests/init-packs.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
// Use UMD builds of libraries
1617
if (require.packs["@vue/test-utils"]) {
1718
require.packs["@vue/test-utils"].main = "dist/vue-test-utils.umd";
1819
}
1920
if (require.packs["chai"]) {
2021
require.packs["chai"].main = "chai";
2122
}
23+
if (require.packs["sinon"]) {
24+
require.packs["sinon"].main = "pkg/sinon";
25+
}

0 commit comments

Comments
 (0)