Skip to content

Commit

Permalink
Remove unnecessary property from FakePage test class.
Browse files Browse the repository at this point in the history
  • Loading branch information
bayes343 committed Jun 19, 2024
1 parent 60a7712 commit e9bc50e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/tests/page.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import { IRouter, ISeoService, Route } from '../services/module';
class FakePage extends Page {
Template = async () => <div>test</div>;
Route = async () => this.routeMatches;
HeadElements = [
<script src="fake" />,
<style link="fake" />
];

constructor(
private routeMatches: boolean,
Expand Down

0 comments on commit e9bc50e

Please sign in to comment.