mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02:00
fix: convert feature-schema.test.js to typescript
This commit is contained in:
parent
751b7d5da3
commit
d3b9bcb7be
@ -1,6 +1,4 @@
|
|||||||
'use strict';
|
import { featureSchema, querySchema } from './feature-schema';
|
||||||
|
|
||||||
const { featureSchema, querySchema } = require('./feature-schema');
|
|
||||||
|
|
||||||
test('should require URL firendly name', () => {
|
test('should require URL firendly name', () => {
|
||||||
const toggle = {
|
const toggle = {
|
Loading…
Reference in New Issue
Block a user