Skip to content

Commit

Permalink
chore: reverting back to previous state before testing
Browse files Browse the repository at this point in the history
refs: BLAIS5-3514
  • Loading branch information
motalm committed Oct 16, 2023
1 parent 04c6354 commit 3f5b857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test coverage report

on:
pull_request:
branches: [ BLAIS5-3514 ]
branches: [ main ]
push:
branches: [ BLAIS5-3514 ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ const divStyle = {

function App(): ReactElement {

const myConst:any = "hi";

const [headerText, setHeaderText] = useState<string>("Telephone Operations Blaise Interface");

useEffect(() => {
Expand Down

0 comments on commit 3f5b857

Please sign in to comment.