Skip to content

Commit

Permalink
introducing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anita-stanisz-sonarsource committed May 1, 2024
1 parent 5a0d103 commit 2439c07
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/Dockerfile

This file was deleted.

46 changes: 46 additions & 0 deletions src/jest/testing-component.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
import { useState } from 'react'

export const timeFormat = 'HH:mm:ss'
export const timeFormat2 = 'HH:mm:ss'
export const timeFormat3 = 'HH:mm:ss'
export const timeFormat4 = 'HH:mm:ss'
export const timeFormat5 = 'HH:mm:ss'

export function echo() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

export function echo2() {
console.log();
console.log();
console.log();
console.log();
console.log();
}

export function echo3() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

export function echo4() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

export function echo5() {
console.error();
console.error();
console.error();
console.error();
console.error();
}

const STATUS = {
HOVERED: 'hovered',
NORMAL: 'normal'
Expand Down

0 comments on commit 2439c07

Please sign in to comment.