File tree 9 files changed +0
-74
lines changed
9 files changed +0
-74
lines changed Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Assert `hast` nodes.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* Dependencies. */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
3
/* eslint-env node */
Original file line number Diff line number Diff line change 1
- /**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module hast-util-assert
6
- * @fileoverview Test suite for `hast-util-assert`.
7
- */
8
-
9
1
'use strict' ;
10
2
11
- /* eslint-env node */
12
-
13
3
/* Dependencies. */
14
4
var test = require ( 'tape' ) ;
15
5
var assert = require ( '..' ) ;
You can’t perform that action at this time.
0 commit comments