Skip to content

Commit

Permalink
Remove errornously merge foced test
Browse files Browse the repository at this point in the history
  • Loading branch information
mictro committed Oct 25, 2022
1 parent bcbcfdc commit 45c2c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ActionSheetComponent, ActionSheetItem } from '../modal';

import { FabSheetComponent } from './fab-sheet.component';

fdescribe('FabSheetComponent', () => {
describe('FabSheetComponent', () => {
let spectator: SpectatorHost<FabSheetComponent>;
let component: FabSheetComponent;
let ionFabButtonElement: HTMLIonFabButtonElement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'sass:math';

@use '~@kirbydesign/core/src/scss/interaction-state';
@use '~@kirbydesign/core/src/scss/utils';

Expand Down

0 comments on commit 45c2c6e

Please sign in to comment.