Skip to content

Commit

Permalink
delete comments and format
Browse files Browse the repository at this point in the history
  • Loading branch information
shedonnatnael-cb committed Nov 17, 2023
1 parent d909a73 commit 592f2bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions src/utils/networkLayer.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// PR1
// work on this first
// implement sendEvent and sendMetrics
// migrate all tests

// PR2
// and then you move to the integration

import { Event } from '../types/event';
import { Metric } from '../types/metric';
import { getConfig, getIdentity } from '../storage/storage.ts';
Expand Down
5 changes: 0 additions & 5 deletions src/utils/scheduler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import { createScheduler } from './scheduler';
import { Scheduler } from '../types/scheduler';
import { getNetworkLayer } from '../storage/storage';

// type TestEvent = {
// name: string;
// id: string;
// };

describe('Scheduler', () => {
describe('Events Scheduler', () => {
let scheduler: Scheduler<Event>;
Expand Down

0 comments on commit 592f2bb

Please sign in to comment.