move yaml test to utils

This commit is contained in:
Jake McDermott 2019-06-20 14:47:39 -04:00
parent b21e491075
commit f382fce576

View File

@ -1,4 +1,4 @@
import { yamlToJson, jsonToYaml } from '../../src/util/yaml';
import { yamlToJson, jsonToYaml } from './yaml';
describe('yamlToJson', () => {
test('should convert to json', () => {