Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix(test-spec-html): mock fav icon and remove missing css links
Browse files Browse the repository at this point in the history
  • Loading branch information
klizter committed Aug 18, 2023
1 parent 245c2d4 commit feceb5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/core-datepicker/core-datepicker.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Core Datepicker Test Environment</title>
<script src="core-datepicker.min.js"></script>
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion packages/core-dialog/core-dialog.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Core Dialog Test Environment</title>
<script src="core-dialog.min.js"></script>
<link rel="stylesheet" href="core-dialog.spec.css">
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down
1 change: 1 addition & 0 deletions packages/core-progress/core-progress.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Core Progress Test Page</title>
<link rel="stylesheet" href="core-progress.spec.css">
<script src="core-progress.min.js"></script>
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down
1 change: 1 addition & 0 deletions packages/core-scroll/core-scroll.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Core Scroll Test Environment</title>
<link rel="stylesheet" href="../normalize.css">
<script src="core-scroll.min.js"></script>
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion packages/core-suggest/core-suggest.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Core Suggest Test Environment</title>
<script crossorigin="anonymous" src="./core-suggest.min.js"></script>
<link rel="stylesheet" href="core-suggest.spec.css">
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down
1 change: 1 addition & 0 deletions packages/core-tabs/core-tabs.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Core Tab Test Environment</title>
<script src="./core-tabs.min.js"></script>
<link rel="stylesheet" href="core-tabs.spec.css">
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down
1 change: 1 addition & 0 deletions packages/core-toggle/core-toggle.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Core Toggle Test Environment</title>
<script src="core-toggle.min.js"></script>
<link rel="shortcut icon" href="about:blank">
</head>
<body>
</body>
Expand Down

0 comments on commit feceb5a

Please sign in to comment.