index.d.ts has no dependency on node

This commit is contained in:
segayuu
2017-12-01 12:50:44 +09:00
parent 24ee831cd9
commit a16a867b2d
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
/// <reference types="node" />
import * as chai from "chai";
const expect = chai.expect;

View File

@@ -10,7 +10,6 @@
// Gintautas Miselis <https://github.com/Naktibalda>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
// <reference types="assertion-error"/>
declare namespace Chai {