mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
change(web): correct name for test-helper unit test suite
This commit is contained in:
parent
7469f685eb
commit
44fdb6ed47
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { constituentPaths } from "./constituentPaths.js";
|
|||
import { quotientPathHasInputs } from "./quotientPathHasInputs.js";
|
||||
import { buildCantLinearFixture } from "./buildCantLinearFixture.js";
|
||||
|
||||
describe('buildSimplePathSplitFixture() fixture', () => {
|
||||
describe('buildCantLinearFixture() fixture', () => {
|
||||
it('constructs paths properly', () => {
|
||||
const { paths, distributions } = buildCantLinearFixture();
|
||||
const pathToSplit = paths[4];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue