Skip to content

Commit

Permalink
Tentando fazer o istanbul ignorar cobertura de código para alguns arq…
Browse files Browse the repository at this point in the history
…uivos.
  • Loading branch information
leonelsanchesdasilva committed Jan 29, 2024
1 parent 51e6ae6 commit af5c0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import { Directive, ModuleDeclaration, Statement } from 'estree';
import { Construto, FuncaoConstruto } from '../../construtos';
import {
Expand Down
1 change: 1 addition & 0 deletions fontes/lexador/traducao/lexador-javascript.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import { parseScript } from 'esprima';
import { LexadorInterface, SimboloInterface } from '../../interfaces';
import { RetornoLexador } from '../../interfaces/retornos';
Expand Down

0 comments on commit af5c0fe

Please sign in to comment.