mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Merge pull request #284 from jakemcdermott/move-yaml-test
move yaml test to utils
This commit is contained in:
@@ -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', () => {
|
||||||
Reference in New Issue
Block a user