ci(docker): use step outputs for REGISTRY_PASSWORD in docker-publish workflow
This commit is contained in:
5
frontend/src/types/testing-library-user-event.d.ts
vendored
Normal file
5
frontend/src/types/testing-library-user-event.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// ambient module declaration to satisfy typescript in editor environment
|
||||
declare module '@testing-library/user-event' {
|
||||
const userEvent: any;
|
||||
export default userEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user