Skip to content

Commit

Permalink
chore: replace local file witch jsdelivr cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 6, 2023
1 parent e2945b0 commit b389abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/less/test/browser/generator/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ module.exports = (stylesheets, helpers, spec, less) => {
<script src="../../${helper}"></script>
`).join('')}
<link rel="stylesheet" href="../../node_modules/mocha/mocha.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mocha@6.2.3/mocha.css">
</head>
<body>
<!-- content -->
<div id="mocha"></div>
<script src="../../node_modules/mocha/mocha.js"></script>
<script src="../../node_modules/mocha-teamcity-reporter/lib/teamcityBrowser.js"></script>
<script src="../../node_modules/chai/chai.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mocha@6.2.3/mocha.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mocha-teamcity-reporter@3.0.0/lib/teamcityBrowser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chai@4.3.7/chai.js"></script>
<script>
expect = chai.expect
mocha.setup({
Expand Down

0 comments on commit b389abb

Please sign in to comment.