mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-14 03:27:43 +00:00
Merge branch 'feat/developer/kmc-convert-useArtifacts' of https://github.com/keymanapp/keyman into feat/developer/kmc-convert-useArtifacts
This commit is contained in:
commit
e5fc0a1a35
2 changed files with 1 additions and 2 deletions
|
|
@ -76,7 +76,6 @@ export class KmnFileWriter {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief member function to create data for stores that will be printed to the resulting kmn file
|
||||
* @param data_ukelele an object containing all data read from a .keylayout file
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ describe('KeylayoutFileReader', function () {
|
|||
});
|
||||
|
||||
it('read() should return empty array on typo in path', async function () {
|
||||
const result = sut_r.read(makePathToFixture('../data|Test.keylayout'));
|
||||
const result = sut_r.read(makePathToFixture('../' + 'data' + '|Test.keylayout'));
|
||||
assert.isNull(result);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue