8000
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 3daec78 commit ba8a5c0Copy full SHA for ba8a5c0
packages/optimizely-sdk/lib/utils/json_schema_validator/index.tests.js
@@ -14,10 +14,8 @@
14
* limitations under the License.
15
*/
16
var chai = require('chai');
17
-var sinon = require('sinon');
18
var assert = chai.assert;
19
var jsonSchemaValidator = require('./');
20
-var projectConfigSchema = require('../../core/project_config/project_config_schema');
21
var sprintf = require('@optimizely/js-sdk-utils').sprintf;
22
var testData = require('../../tests/test_data.js');
23
0 commit comments