mirror of https://github.com/sveltejs/svelte
parent
1af4cebcd8
commit
a7ffa13317
@ -1,3 +0,0 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({ skip: true });
|
||||
@ -1,14 +1,14 @@
|
||||
[
|
||||
{
|
||||
"code": "invalid-declaration",
|
||||
"code": "invalid-css-declaration",
|
||||
"message": "Declaration cannot be empty",
|
||||
"start": {
|
||||
"line": 11,
|
||||
"column": 0
|
||||
"line": 5,
|
||||
"column": 8
|
||||
},
|
||||
"end": {
|
||||
"line": 11,
|
||||
"column": 0
|
||||
"line": 5,
|
||||
"column": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in new issue