Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
d56e1bd9
Unverified
Commit
d56e1bd9
authored
Jan 25, 2022
by
liuzhe-lz
Committed by
GitHub
Jan 25, 2022
Browse files
Enable development build for webui (#4496)
parent
b4e39426
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
ts/webui/src/App.test.tsx
ts/webui/src/App.test.tsx
+0
-9
No files found.
ts/webui/src/App.test.tsx
deleted
100644 → 0
View file @
b4e39426
import
React
from
'
react
'
;
import
ReactDOM
from
'
react-dom
'
;
import
App
from
'
./App
'
;
it
(
'
renders without crashing
'
,
()
=>
{
const
div
=
document
.
createElement
(
'
div
'
);
ReactDOM
.
render
(<
App
/>,
div
);
ReactDOM
.
unmountComponentAtNode
(
div
);
});
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment