mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
move yaml test to utils
This commit is contained in:
parent
b21e491075
commit
f382fce576
@ -1,4 +1,4 @@
|
||||
import { yamlToJson, jsonToYaml } from '../../src/util/yaml';
|
||||
import { yamlToJson, jsonToYaml } from './yaml';
|
||||
|
||||
describe('yamlToJson', () => {
|
||||
test('should convert to json', () => {
|
||||
Loading…
x
Reference in New Issue
Block a user