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:
parent
da007aca8c
commit
52a36ed8c8
61 changed files with 1708 additions and 872 deletions
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue