We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9468b28 + 5567de9 commit f1f6553Copy full SHA for f1f6553
public/appDemo - Copy.gif
2 MB
src/containers/NavBar/__tests__/navBar.test.js
@@ -1,8 +1,13 @@
1
test('renders the export file modal when the open new folder button is clicked', () => {});
2
3
+<<<<<<< HEAD
4
+test('renders the export file modal when the open new folder button is clicked', () => {
5
+});
6
+=======
7
test('loads new project when new project is selected from modal', () => {});
8
9
test('displays correct file name on project directory panel', () => {});
10
+>>>>>>> 9468b287d7e918c9d06987fc60e2b7b97dbb76c5
11
12
test('displays code view when code view button is clicked', () => {});
13
0 commit comments