mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
test: add frontend tests (#3991)
This commit is contained in:
2
js-packages/jest-config/shims.d.ts
vendored
2
js-packages/jest-config/shims.d.ts
vendored
@@ -4,6 +4,8 @@ declare global {
|
||||
namespace jest {
|
||||
interface Matchers<R> {
|
||||
toHaveElement(selector: any): R;
|
||||
toHaveElementAttr(selector: any, attribute: any, value: any): R;
|
||||
toHaveElementAttr(selector: any, attribute: any): R;
|
||||
toContainRaw(content: any): R;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user