Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jan 27, 2021
1 parent a094e3f commit 42eb64b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser/SGParser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ import SGParser from './SGParser';
import { standardizePath as s } from '../util';
import { createSandbox } from 'sinon';
import { Program } from '../Program';
import { getTestTranspile } from '../files/BrsFile.spec';
import type { XmlFile } from '../files/XmlFile';

let sinon = createSandbox();
describe('SGParser', () => {

let rootDir = s`${process.cwd()}/.tmp/rootDir`;
let program: Program;
let testTranspile = getTestTranspile(() => [program, rootDir]);

beforeEach(() => {
program = new Program({ rootDir: rootDir, sourceMap: false });
Expand Down

0 comments on commit 42eb64b

Please sign in to comment.