mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
test: update basic.dev (components module)
This commit is contained in:
parent
992f608adb
commit
1b38a12fad
@ -106,7 +106,7 @@ describe('basic dev', () => {
|
|||||||
)
|
)
|
||||||
const { cssModules, vue } = loadersOptions
|
const { cssModules, vue } = loadersOptions
|
||||||
expect(cssModules.modules.localIdentName).toBe('[hash:base64:6]')
|
expect(cssModules.modules.localIdentName).toBe('[hash:base64:6]')
|
||||||
expect(vueLoader.options).toBe(vue)
|
expect(vueLoader.use[1 /* 0 is components loader */].options).toBe(vue)
|
||||||
})
|
})
|
||||||
|
|
||||||
test('Config: preset-env and cssnano are at then end of postcss plugins', () => {
|
test('Config: preset-env and cssnano are at then end of postcss plugins', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user