1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

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
commit cd672baa13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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