mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1eea7fffbe
commit
f8701ee1fc
1 changed files with 6 additions and 1 deletions
|
@ -7,19 +7,24 @@
|
||||||
"test/css/filters",
|
"test/css/filters",
|
||||||
"test/css/flexbox",
|
"test/css/flexbox",
|
||||||
"test/css/objectfit",
|
"test/css/objectfit",
|
||||||
|
|
||||||
"test/es5/date",
|
"test/es5/date",
|
||||||
"test/es5/function",
|
"test/es5/function",
|
||||||
"test/es5/object",
|
"test/es5/object",
|
||||||
"test/es5/undefined",
|
"test/es5/undefined",
|
||||||
|
|
||||||
"test/es6/array",
|
"test/es6/array",
|
||||||
"test/es6/collections",
|
"test/es6/collections",
|
||||||
"test/es6/promises",
|
"test/es6/promises",
|
||||||
"test/es6/string",
|
"test/es6/string",
|
||||||
|
|
||||||
"test/svg",
|
"test/svg",
|
||||||
"test/svg/asimg",
|
"test/svg/asimg",
|
||||||
"test/svg/filters",
|
"test/svg/filters",
|
||||||
|
|
||||||
"test/url/parser",
|
"test/url/parser",
|
||||||
"test/url/urlsearchparams",
|
"test/url/urlsearchparams",
|
||||||
|
|
||||||
"test/cors",
|
"test/cors",
|
||||||
"test/crypto",
|
"test/crypto",
|
||||||
"test/iframe/sandbox",
|
"test/iframe/sandbox",
|
||||||
|
@ -29,4 +34,4 @@
|
||||||
"test/window/resizeobserver",
|
"test/window/resizeobserver",
|
||||||
"test/audio/webaudio"
|
"test/audio/webaudio"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue