1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: convert feature-schema.test.js to typescript

This commit is contained in:
Ivar Conradi Østhus 2021-09-14 12:41:04 +02:00
parent 751b7d5da3
commit d3b9bcb7be
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -1,6 +1,4 @@
'use strict';
const { featureSchema, querySchema } = require('./feature-schema');
import { featureSchema, querySchema } from './feature-schema';
test('should require URL firendly name', () => {
const toggle = {