Skip to content

Commit

Permalink
Update code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 17, 2023
1 parent f36aee0 commit c36231f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/matcher.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import sinon from 'sinon';

/* test */
import * as matcherJs from '../src/js/matcher.js';

/* constants */
import {
AN_PLUS_B, ATTRIBUTE_SELECTOR, CLASS_SELECTOR, COMBINATOR, IDENTIFIER,
ID_SELECTOR, NTH, PSEUDO_CLASS_SELECTOR, PSEUDO_ELEMENT_SELECTOR, RAW,
Expand Down
2 changes: 2 additions & 0 deletions test/parser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { describe, it } from 'mocha';

/* test */
import * as parser from '../src/js/parser.js';

/* constants */
import {
AN_PLUS_B, ATTRIBUTE_SELECTOR, CLASS_SELECTOR, COMBINATOR, IDENTIFIER,
ID_SELECTOR, NTH, PSEUDO_CLASS_SELECTOR, PSEUDO_ELEMENT_SELECTOR, RAW,
Expand Down

0 comments on commit c36231f

Please sign in to comment.