Skip to content

Commit

Permalink
fixed import style
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Oct 27, 2023
1 parent 244eefd commit deaf7a4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@

/// <reference types="cypress" />

import {
SERVICE_NAME,
setTimeFilter,
} from '../../../utils/constants';
import { SERVICE_NAME, setTimeFilter } from '../../../utils/constants';

describe('Testing services table', () => {
beforeEach(() => {
Expand Down

0 comments on commit deaf7a4

Please sign in to comment.