Skip to content

Commit

Permalink
update node_modules path
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 6, 2023
1 parent 01745c9 commit f608ecc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 Expand Up @@ -80,4 +80,4 @@ module.exports = (stylesheets, helpers, spec, less) => {
</body>
</html>
`
}
}

0 comments on commit f608ecc

Please sign in to comment.