diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-14 19:10:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-14 19:23:59 +0530 |
| commit | b5893d68ce4eacbc3ae431ca48f821657236c7aa (patch) | |
| tree | 3bf215c9ff226fbe1363069fcc63ca22ea5417c7 /tests/basic.spec.ts | |
| parent | de5d3de99afae3cb7f1dc56fe8781394f8614a50 (diff) | |
| download | elxr-b5893d68ce4eacbc3ae431ca48f821657236c7aa.tar.gz elxr-b5893d68ce4eacbc3ae431ca48f821657236c7aa.zip | |
refactor: refactors imports + formatting
Diffstat (limited to '')
| -rw-r--r-- | tests/basic.spec.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic.spec.ts b/tests/basic.spec.ts index 6fb5921..dfa5e40 100644 --- a/tests/basic.spec.ts +++ b/tests/basic.spec.ts @@ -130,7 +130,6 @@ describe('Basic tests', () => { it('should match sequence of matchers', () => { expect( matchAll(/ [seperator true], [id \s\T]+ /, [ - // FIXME: Sequence doesn't work with Quantifiers { seperator: true }, { id: '1' }, { id: '2' }, |
