1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 10:10:13 +02:00

upgrade firebase and import css files

This commit is contained in:
Kushagra Gour
2022-03-08 12:31:44 +05:30
parent 5380b41925
commit 18a5007a2a
6 changed files with 25773 additions and 31391 deletions

View File

@@ -2,7 +2,7 @@ import { h, Component } from 'preact';
import Footer from '../src/components/Footer';
import { Link } from 'preact-router/match';
// See: https://github.com/mzgoddard/preact-render-spy
import { shallow, deep } from 'preact-render-spy';
// import { shallow, deep } from 'preact-render-spy';
describe('Initial Test of the Footer', () => {
test('Footer renders 1 link with an ID of notificationsBtn', () => {