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:
parent
751b7d5da3
commit
d3b9bcb7be
@ -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 = {
|
Loading…
Reference in New Issue
Block a user