Merge pull request #284 from jakemcdermott/move-yaml-test

move yaml test to utils
This commit is contained in:
Jake McDermott
2019-06-20 15:00:08 -04:00
committed by GitHub

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', () => {