Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Mar 4, 2024
1 parent b86e3be commit 4c9d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('config.ts', () => {
if (os.platform() === 'win32') {
modelicaFile = path.join('C:', 'path', 'to', 'MyLibrary', 'package.mo')
} else {
modelicaFile = path.join('path', 'to', 'MyLibrary', 'package.mo')
modelicaFile = path.join('/path', 'to', 'MyLibrary', 'package.mo')
}
const config = new Configuration({
library: 'MyLibrary',
Expand Down

0 comments on commit 4c9d54e

Please sign in to comment.