Simple handlebars test added (old usage)
This commit is contained in:
0
test/basic/fixtures/batman.js
Normal file
0
test/basic/fixtures/batman.js
Normal file
1
test/basic/fixtures/joker.css
Normal file
1
test/basic/fixtures/joker.css
Normal file
@@ -0,0 +1 @@
|
||||
* { width: 100%; }
|
||||
2
test/basic/fixtures/joker.js
Normal file
2
test/basic/fixtures/joker.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// eslint-disable-next-line
|
||||
import style from './joker.css';
|
||||
2
test/basic/fixtures/robin.js
Normal file
2
test/basic/fixtures/robin.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// eslint-disable-next-line
|
||||
import * as batman from './batman.js';
|
||||
Reference in New Issue
Block a user