We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b383a0f commit ead1ff9Copy full SHA for ead1ff9
site/src/components/WorkspaceSchedule/WorkspaceSchedule.test.tsx renamed to site/src/components/WorkspaceScheduleButton/WorkspaceScheduleButton.test.tsx
@@ -6,12 +6,12 @@ import {
6
deadlineMinusDisabled,
7
deadlinePlusDisabled,
8
shouldDisplayPlusMinus,
9
-} from "./WorkspaceSchedule"
+} from "./WorkspaceScheduleButton"
10
11
dayjs.extend(utc)
12
const now = dayjs()
13
14
-describe("WorkspaceSchedule", () => {
+describe("WorkspaceScheduleButton", () => {
15
describe("shouldDisplayPlusMinus", () => {
16
it("should not display if the workspace is not running", () => {
17
// Given: a stopped workspace
0 commit comments