We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336dfcb commit 656fc0cCopy full SHA for 656fc0c
tests/unit/mixins/referencesProvider.spec.js
@@ -1,3 +1,12 @@
1
+/**
2
+ * This source file is part of the Swift.org open source project
3
+ *
4
+ * Copyright (c) 2024 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
import { shallowMount } from '@vue/test-utils';
11
import referencesProvider from 'docc-render/mixins/referencesProvider';
12
0 commit comments