Skip to content

Commit

Permalink
chore: update chai's path
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 6, 2023
1 parent a3c8469 commit eae43d0
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="./node_modules/mocha/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="./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>
expect = chai.expect
mocha.setup({
Expand Down

0 comments on commit eae43d0

Please sign in to comment.