Skip to content

Commit

Permalink
test: add missing rm function to test.js (#2349)
Browse files Browse the repository at this point in the history
This was missing while we were splitting the tests.

Fixes #2236.
  • Loading branch information
aslushnikov committed Apr 11, 2018
1 parent a7d59b5 commit 0b64242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/
const fs = require('fs');
const rm = require('rimraf').sync;
const path = require('path');
const SimpleServer = require('./server/SimpleServer');
const GoldenUtils = require('./golden-utils');
Expand Down

0 comments on commit 0b64242

Please sign in to comment.