Skip to content

Commit

Permalink
test: remove orphan snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Oct 15, 2024
1 parent 3563b21 commit 195975a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 377 deletions.
7 changes: 1 addition & 6 deletions src/utils/getImporterList.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { dirname } from 'path';

import {
LegacyOptions,
LegacyImporter,
Options,
FileImporter,
} from 'sass';
import { LegacyOptions, LegacyImporter, Options, FileImporter } from 'sass';
import resolve from 'resolve';

import { warn } from './logger';
Expand Down
8 changes: 6 additions & 2 deletions src/utils/processRenderResponse.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { isFunction, isObject, isString } from "./helpers";
import { RollupPluginSassOptions, RollupPluginSassState, RollupPluginSassProcessorFnOutput } from "../types";
import { isFunction, isObject, isString } from './helpers';
import {
RollupPluginSassOptions,
RollupPluginSassState,
RollupPluginSassProcessorFnOutput,
} from '../types';

export const INSERT_STYLE_ID = '___$insertStyle';

Expand Down
192 changes: 0 additions & 192 deletions test/snapshots/test/index.legacy.test.ts.md

This file was deleted.

Binary file removed test/snapshots/test/index.legacy.test.ts.snap
Binary file not shown.
177 changes: 0 additions & 177 deletions test/snapshots/test/index.modern.test.ts.md

This file was deleted.

Binary file removed test/snapshots/test/index.modern.test.ts.snap
Binary file not shown.

0 comments on commit 195975a

Please sign in to comment.