File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * This source file is part of the Swift.org open source project
3
+ *
4
+ * Copyright (c) 2022 Apple Inc. and the Swift project authors
5
+ * Licensed under Apache License v2.0 with Runtime Library Exception
6
+ *
7
+ * See https://swift.org/LICENSE.txt for license information
8
+ * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9
+ */
10
+
1
11
export default {
2
12
small : 'small' ,
3
13
large : 'large' ,
Original file line number Diff line number Diff line change 6
6
*
7
7
* See https://swift.org/LICENSE.txt for license information
8
8
* See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9
- */
9
+ */
10
10
11
11
import { shallowMount } from '@vue/test-utils' ;
12
12
import Card from 'docc-render/components/Card.vue' ;
@@ -24,11 +24,6 @@ describe('Card', () => {
24
24
identifier : 'identifier' ,
25
25
} ;
26
26
27
- const abstract = [ {
28
- type : 'text' ,
29
- text : 'Abstract' ,
30
- } ] ;
31
-
32
27
const references = {
33
28
[ image . identifier ] : {
34
29
variants : [ { url : 'image.com' , traits : [ '1x' ] } ] ,
You can’t perform that action at this time.
0 commit comments