1
0
Fork 0

feat(core): Tests for multisets

This commit is contained in:
Joost De Cock 2022-09-17 10:28:01 +02:00
parent 0b18d81e14
commit e163ed1782
7 changed files with 559 additions and 625 deletions

View file

@ -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', () => {