Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-web-pages
Commits
44326f42
Unverified
Commit
44326f42
authored
Sep 06, 2021
by
Dumitru Corini
Committed by
GitHub
Sep 06, 2021
Browse files
chore(process list): Fix lint of process list (#89)
parent
f18af632
Changes
1
Hide whitespace changes
Inline
Side-by-side
other-pages/page-user-process-list/src/pages/Main/components/Instantiation/Instantiation.test.js
View file @
44326f42
...
...
@@ -22,7 +22,7 @@ describe('Instantiation page', () => {
let
props
;
beforeEach
(()
=>
{
props
=
{
props
=
{
match
:
{
params
:
{
processName
:
'
My process name
'
,
...
...
@@ -35,7 +35,6 @@ describe('Instantiation page', () => {
};
});
it
(
'
should display instantiation form into portal
'
,
()
=>
{
Object
.
defineProperty
(
window
.
location
,
'
href
'
,
{
writable
:
true
,
...
...
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