mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 10:04:52 +00:00
add fixtures
This commit is contained in:
14
src/config-parser.test.js
Normal file
14
src/config-parser.test.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const ConfigParser = require('./config-parser')
|
||||
|
||||
describe('configParser', () => {
|
||||
it('set nextjs url correctly', async () => {
|
||||
// parser = new ConfigParser({
|
||||
// filePath:"./nuxt.config.js",
|
||||
// type: "nuxt",
|
||||
// pathName: "router",
|
||||
// subPathName: "base",
|
||||
// newPath: baseUrl
|
||||
// })
|
||||
// parser.generateConfigFile()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user