Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 5579029

Browse files
committed
test: add loader test
1 parent 6d03354 commit 5579029

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/core/loader.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { expect } from 'chai'
2+
3+
describe('Loader resources test', () => {
4+
5+
it('should loaded scripts', () => {})
6+
7+
it('should loaded pages', () => {})
8+
9+
it('should loaded styles', () => {})
10+
11+
it('should loaded images', () => {})
12+
13+
it('should inserted script to page when script loaded', () => {})
14+
15+
})

0 commit comments

Comments
 (0)