Dylan Baker hace 4 años
padre
commit
900778e8d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/tests/parser.test.ts

+ 1
- 1
src/tests/parser.test.ts Ver fichero

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

Loading…
Cancelar
Guardar