Skip to content

Commit a56585e

Browse files
committed
test: add todos
1 parent cfadb7a commit a56585e

File tree

4 files changed

+61
-0
lines changed

4 files changed

+61
-0
lines changed

Diff for: test/advanced.spec.ts

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
test.todo('support chaining with other loaders')
2+
3+
test.todo('inherit queries on files')
4+
5+
test.todo('expose file path as __file outside production')
6+
7+
test.todo('no __file in production when exposeFilename disabled')
8+
9+
test.todo(
10+
'expose file basename as __file in production when exposeFilename enabled'
11+
)
12+
13+
test.todo('source map')
14+
15+
test.todo('extract CSS')
16+
17+
test.todo('extract CSS with code spliting')
18+
19+
test.todo('support rules with oneOf')
20+
21+
test.todo('should work with eslint loader')
22+
23+
test.todo('multiple rule definitions')

Diff for: test/edgeCases.spec.ts

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// #1201
2+
test.todo('vue rule with include')
3+
4+
test.todo('test-less oneOf rules')
5+
6+
// #1209
7+
test.todo('babel-loader inline options')
8+
9+
// #1210
10+
test.todo('normalize multiple use + options')
11+
12+
test.todo('should not duplicate css modules value imports')
13+
14+
// #1213
15+
test.todo('html-webpack-plugin')
16+
17+
// #1239
18+
test.todo('usage with null-loader')
19+
20+
// #1278
21+
test.todo('proper dedupe on src-imports with options')
22+
23+
// #1351
24+
test.todo('use with postLoader')

Diff for: test/ssr.spec.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test.todo('SSR style and moduleId extraction')
2+
3+
test.todo('SSR with scoped CSS')
4+
5+
test.todo('SSR + CSS Modules')

Diff for: test/style.spec.ts

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
test.todo('scoped style')
2+
3+
test.todo('postcss')
4+
5+
test.todo('CSS Modules')
6+
7+
test.todo('CSS Modules Extend')
8+
9+
test.todo('experimental <style vars>')

0 commit comments

Comments
 (0)