From 7bcfa77f05b0c8813b681d0d4c5e8905f7c5c19a Mon Sep 17 00:00:00 2001 From: Troy Weber Date: Fri, 31 Mar 2017 12:22:17 -0700 Subject: [PATCH] removed unnecessary header --- types/serialport/serialport-tests.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/serialport/serialport-tests.ts b/types/serialport/serialport-tests.ts index 58d39cb1d6..7b1c69bf74 100644 --- a/types/serialport/serialport-tests.ts +++ b/types/serialport/serialport-tests.ts @@ -1,7 +1,3 @@ -// Tests for serialport.d.ts -// Project: https://github.com/EmergingTechnologyAdvisors/node-serialport -// Definitions by: Jeremy Foster -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Tests taken from documentation samples. import * as SerialPort from 'serialport';