Skip to content

Commit

Permalink
Put error reporter back into TODO.spec.ts now that it's back under …
Browse files Browse the repository at this point in the history
…`www/`.
  • Loading branch information
sbruens committed Oct 2, 2023
1 parent 2196d2c commit efd6f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/www/TODO.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
// import * as outlineIcons from './ui_components/outline-icons';

import * as clipboard from './app/clipboard';
import * as errorReporter from './shared/error_reporter';
import * as platform from './app/platform';
import * as tunnel from './app/tunnel';
import * as updater from './app/updater';
Expand All @@ -51,6 +52,7 @@ describe('TODOs', () => {
expect(addServerView).toBeDefined();
expect(appRoot).toBeDefined();
expect(clipboard).toBeDefined();
expect(errorReporter).toBeDefined();
expect(feedbackView).toBeDefined();
expect(languageView).toBeDefined();
expect(platform).toBeDefined();
Expand Down

0 comments on commit efd6f60

Please sign in to comment.