mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(edge/stacks): add app templates to deploy types [EE-6632] (#11040)
This commit is contained in:
parent
31f5b42962
commit
437831fa80
34 changed files with 1293 additions and 482 deletions
|
@ -1,6 +1,10 @@
|
|||
import { server } from './server';
|
||||
|
||||
beforeAll(() => server.listen());
|
||||
beforeAll(() =>
|
||||
server.listen({
|
||||
onUnhandledRequest: 'error',
|
||||
})
|
||||
);
|
||||
// if you need to add a handler after calling setupServer for some specific test
|
||||
// this will remove that handler for the rest of them
|
||||
// (which is important for test isolation):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue