Commit 955fc90e by Tomas Dvorak

test lint

parent a251107c
import assert from 'assert';
import Tester from './utils/Tester.js';
const test = new Tester('test', 'users');
const sampleData = [
{name:"Walter", someNestedObject:{a:{b:{c:{d:{e:1}}}}}, otherNestedObject:{a:{b:{c:{d:{e:1}}}}}}
{name:'Walter', someNestedObject:{a:{b:{c:{d:{e:1}}}}}, otherNestedObject:{a:{b:{c:{d:{e:1}}}}}}
];
describe('Exclude subkeys', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment