1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

code style and add tslint

This commit is contained in:
Robin Appelman 2017-07-30 22:43:51 +02:00
commit 52a36ed8c8
61 changed files with 1708 additions and 872 deletions

View file

@ -1,6 +1,6 @@
import {readFileSync} from 'fs';
import {Demo} from "../../Demo";
import * as assert from 'assert';
import {readFileSync} from 'fs';
import {Demo} from '../../Demo';
function testDemo(name: string, fastMode: boolean = false) {
const target = JSON.parse(readFileSync(`${__dirname}/../data/${name}.json`, 'utf8'));