File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- import { isNode } from "../../src" ;
54import { assert } from "chai" ;
5+ import { isNode } from "../../src" ;
66
77describe ( "isNode (browser)" , function ( ) {
88 it ( "should return false" , async function ( ) {
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- import { delay } from "../src" ;
5- import { assert } from "chai" ;
64import * as sinon from "sinon" ;
5+ import { assert } from "chai" ;
6+ import { delay } from "../src" ;
77
88describe ( "delay" , function ( ) {
99 afterEach ( function ( ) {
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- import { isNode } from "../../src" ;
54import { assert } from "chai" ;
5+ import { isNode } from "../../src" ;
66
77describe ( "isNode (node)" , function ( ) {
88 it ( "should return true" , async function ( ) {
You can’t perform that action at this time.
0 commit comments