We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fe239 commit 9e040c1Copy full SHA for 9e040c1
packages/firestore/test/unit/generate_spec_json.js
@@ -29,8 +29,6 @@ var fs = require('fs');
29
var mkdirp = require('mkdirp');
30
31
const describeSpec = require('./specs/describe_spec');
32
-const nodePlatform = require('../../src/platform_node/node_platform');
33
-const platform = require('../../src/platform/platform');
34
35
/**
36
* Write the spec test at the given path as a JSON file.
@@ -51,8 +49,6 @@ function writeToJSON(testFile, jsonFile) {
51
49
* @param {array} args The command line arguments.
52
50
*/
53
function main(args) {
54
- platform.PlatformSupport.setPlatform(new nodePlatform.NodePlatform());
55
-
56
if (args.length !== 3) {
57
console.error('usage: ./generate_spec_json.sh path/to/output');
58
return;
0 commit comments