Skip to content

Commit

Permalink
update dependencies and fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanettephung committed Dec 22, 2023
1 parent d19b815 commit 67ffe0c
Show file tree
Hide file tree
Showing 4 changed files with 8,036 additions and 10,691 deletions.
5 changes: 1 addition & 4 deletions esdoc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"source": "./src",
"destination": "docs",
"test": {
"type": "mocha",
"source": "./test"
}
"plugins": [{"name": "esdoc-standard-plugin"}]
}
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ process.env.CHROME_BIN = require('puppeteer').executablePath();
module.exports = function(config) {
config.set({
basePath: './',
frameworks: ['mocha', 'chai'],
frameworks: ['mocha', 'chai', 'webpack'],
files: [
'./src/core/main.js',
'./test/**/*.js',
],
plugings: ['karma-webpack', 'karma-mocha'],
exclude: [],
preprocessors: {
'./src/**/*.js': ['webpack', 'sourcemap'],
Expand Down
Loading

0 comments on commit 67ffe0c

Please sign in to comment.