mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
xahau-patch
This commit is contained in:
14
packages/xahau/karma.config.js
Normal file
14
packages/xahau/karma.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const baseKarmaConfig = require('../../karma.config')
|
||||
const webpackConfig = require('./test/webpack.config')
|
||||
delete webpackConfig.entry
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
webpack: webpackConfig,
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: ['build/xrpl-latest.js', 'test/integration/**/*.test.ts'],
|
||||
})
|
||||
|
||||
baseKarmaConfig(config)
|
||||
}
|
||||
Reference in New Issue
Block a user