aboutsummaryrefslogtreecommitdiff
path: root/tests/basic.spec.ts
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-14 19:10:49 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-14 19:23:59 +0530
commitb5893d68ce4eacbc3ae431ca48f821657236c7aa (patch)
tree3bf215c9ff226fbe1363069fcc63ca22ea5417c7 /tests/basic.spec.ts
parentde5d3de99afae3cb7f1dc56fe8781394f8614a50 (diff)
downloadelxr-b5893d68ce4eacbc3ae431ca48f821657236c7aa.tar.gz
elxr-b5893d68ce4eacbc3ae431ca48f821657236c7aa.zip
refactor: refactors imports + formatting
Diffstat (limited to 'tests/basic.spec.ts')
-rw-r--r--tests/basic.spec.ts1
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' },