Browse Source

typo

master
Dylan Baker 3 years ago
parent
commit
900778e8d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/tests/parser.test.ts

+ 1
- 1
src/tests/parser.test.ts View File

54
   }
54
   }
55
 });
55
 });
56
 
56
 
57
-test('parses a identifier', (t) => {
57
+test('parses an identifier', (t) => {
58
   t.plan(2);
58
   t.plan(2);
59
   const result = parse('$blue');
59
   const result = parse('$blue');
60
   t.false(result instanceof ParserError);
60
   t.false(result instanceof ParserError);

Loading…
Cancel
Save