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 7baf34f commit 476b668Copy full SHA for 476b668
tests/unit/components/Navigator.spec.js
@@ -1,3 +1,13 @@
1
+/**
2
+ * This source file is part of the Swift.org open source project
3
+ *
4
+ * Copyright (c) 2021 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
+
11
import Navigator from '@/components/Navigator.vue';
12
import { shallowMount } from '@vue/test-utils';
13
import NavigatorCard from '@/components/Navigator/NavigatorCard.vue';
0 commit comments