Skip to content

Commit

Permalink
Merge pull request #194 from mdenet/fix/platform-testability
Browse files Browse the repository at this point in the history
Class based platform for unit testing
  • Loading branch information
barnettwilliam authored Mar 15, 2024
2 parents cb2e9a4 + 75016a4 commit f3ef57c
Show file tree
Hide file tree
Showing 7 changed files with 1,121 additions and 1,070 deletions.
8 changes: 8 additions & 0 deletions platform/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Karma configuration
// Generated on Fri Jan 27 2023 10:15:56 GMT+0000 (Greenwich Mean Time)
const path = require('path');

module.exports = function(config) {
config.set({
Expand Down Expand Up @@ -45,6 +46,13 @@ module.exports = function(config) {
mode: "development",
devtool: "inline-source-map",

resolve: {
alias: {
'xtext/xtext-ace$': path.resolve(__dirname, 'src/xtext/2.31.0/xtext-ace'),
'ace/range$': 'ace-builds/src-noconflict/ace',
}
},

module: {
rules: [
{
Expand Down
Loading

0 comments on commit f3ef57c

Please sign in to comment.