File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414
1515'use strict' ;
1616
17- import { Datastore } from '@google-cloud/datastore' ;
17+ import { Datastore } from '@google-cloud/datastore' ;
1818
1919// Instantiates a client
2020const datastore = new Datastore ( ) ;
Original file line number Diff line number Diff line change 1414
1515'use strict' ;
1616
17- import { ok , strictEqual , deepStrictEqual } from 'assert' ;
18- import { exec as execPromise } from 'child-process-promise' ;
19- import { join } from 'path' ;
20- import { v4 } from 'uuid' ;
21- import { stub } from 'sinon' ;
17+ import { ok , strictEqual , deepStrictEqual } from 'assert' ;
18+ import { exec as execPromise } from 'child-process-promise' ;
19+ import { join } from 'path' ;
20+ import { v4 } from 'uuid' ;
21+ import { stub } from 'sinon' ;
2222import fetch from 'node-fetch' ;
2323import waitPort from 'wait-port' ;
24- import { Datastore } from '@google-cloud/datastore' ;
24+ import { Datastore } from '@google-cloud/datastore' ;
2525
2626const datastore = new Datastore ( ) ;
27- import { set , get , del } from '../' ;
27+ import { set , get , del } from '../' ;
2828
2929const FF_TIMEOUT = 3000 ;
3030const cwd = join ( __dirname , '..' ) ;
You can’t perform that action at this time.
0 commit comments