Skip to content
Snippets Groups Projects
Commit 659741ed authored by Alexander Merker's avatar Alexander Merker
Browse files

simple test for cicd

parent f229779f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -7,3 +7,8 @@ it('renders without crashing', () => {
ReactDOM.render(<App />, div);
ReactDOM.unmountComponentAtNode(div);
});
//Alex Test for CI/CD
it('alex tests stuff', () => {
console.log("it works")
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment