Skip to content

Commit

Permalink
Updates after merging master updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Jan 22, 2024
1 parent 360b3ea commit fcc95bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bsc-plugin/src/lib/rooibos/MockUtil.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('MockUtil', () => {
let plugin: RooibosPlugin;
let options;

function getContents(filename: string, trim = true) {
function getContents(filename: string) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
let contents = fsExtra.readFileSync(s`${_stagingFolderPath}/${filename}`).toString();
return contents;
Expand Down
1 change: 0 additions & 1 deletion bsc-plugin/src/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { expect } from 'chai';
import { RooibosPlugin } from './plugin';
import * as fsExtra from 'fs-extra';
import * as path from 'path';
import * as trim from 'trim-whitespace';
import undent from 'undent';
import { SourceMapConsumer } from 'source-map';
let tmpPath = s`${process.cwd()}/tmp`;
Expand Down

0 comments on commit fcc95bc

Please sign in to comment.