feat(core): Tests for multisets
This commit is contained in:
parent
0b18d81e14
commit
e163ed1782
7 changed files with 559 additions and 625 deletions
|
@ -32,7 +32,7 @@ const { expect } = chai
|
|||
|
||||
describe('Utils', () => {
|
||||
it('Should return the correct macro name', () => {
|
||||
expect(macroName('test')).to.equal('_macro_test')
|
||||
expect(macroName('test')).to.equal('__macro_test')
|
||||
})
|
||||
|
||||
it('Should find the intersection of two endless line segments', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue