Skip to content

Commit 8b078f1

Browse files
Do not test TypeScript support by default, because the CI job does not use transpilation.
1 parent ec53455 commit 8b078f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

djk_sample/static/sample/js/icon-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { componentIoc } from '../../djk/js/ioc.js';
44
import { startApp } from '../../djk/js/document.js';
55

66
// Uncomment to check collectrollup / runrollup TypeScript support.
7-
import { greet } from './test.ts';
8-
greet("Maddison", new Date());
7+
// import { greet } from './test.ts';
8+
// greet("Maddison", new Date());
99

1010
function IconTest(options) {
1111
} void function(IconTest) {

0 commit comments

Comments
 (0)