Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate json for importing and exporting TTL data #946

Closed
wants to merge 13 commits into from
Prev Previous commit
Using import instead of require.
Co-authored-by: Arthur Araujo <37311270+araujoarthur0@users.noreply.github.com>
thamara and araujoarthur0 authored Jan 8, 2024
commit 4d6bd4be2524e5415ee3bdd3e3b0253fcd6c71c0
4 changes: 1 addition & 3 deletions __tests__/__main__/validate-json.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* eslint-disable no-undef */
'use strict';

const {
validateJSON
} = require('../../js/validate-json');
import { validateJSON } from '../../js/validate-json.js';

describe('Validate json', function()
{