mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-10 15:54:17 +01:00
Remove unused file
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
var tests = []
|
|
||||||
for (var file in window.__karma__.files) {
|
|
||||||
if (window.__karma__.files.hasOwnProperty(file)) {
|
|
||||||
if (/spec\.js$/.test(file)) {
|
|
||||||
var file2 = file.substr(10, file.length - 13)
|
|
||||||
console.log('Testing with: ' + file2)
|
|
||||||
|
|
||||||
tests.push(file2)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
require.config({
|
|
||||||
// Karma serves files from '/base'
|
|
||||||
baseUrl: '/base/src',
|
|
||||||
|
|
||||||
// ask Require.js to load these files (all our tests)
|
|
||||||
deps: tests,
|
|
||||||
|
|
||||||
// start test run, once Require.js is done
|
|
||||||
callback: window.__karma__.start
|
|
||||||
})
|
|
||||||
4
todo.md
4
todo.md
@@ -1,5 +1,6 @@
|
|||||||
- Upgrade d3 to version 4
|
- Upgrade d3 to version 4
|
||||||
- Use external d3-textwrap library
|
- Use external d3-textwrap library
|
||||||
|
- rewrite src/d3.js
|
||||||
- Problem is it's for d3 v4 only
|
- Problem is it's for d3 v4 only
|
||||||
- Make node console output colors like Chrome console
|
- Make node console output colors like Chrome console
|
||||||
- What's the correct way to change logLevel as an end user?
|
- What's the correct way to change logLevel as an end user?
|
||||||
@@ -13,11 +14,8 @@
|
|||||||
- https://github.com/lodash/babel-plugin-lodash
|
- https://github.com/lodash/babel-plugin-lodash
|
||||||
- https://www.npmjs.com/package/lodash-webpack-plugin
|
- https://www.npmjs.com/package/lodash-webpack-plugin
|
||||||
- Replace var with const/let
|
- Replace var with const/let
|
||||||
- Replace require with import
|
|
||||||
- Replace module.exports with export default
|
|
||||||
- Replace karma-webpack with karma-babel
|
- Replace karma-webpack with karma-babel
|
||||||
- Stops working for mermaid-live-editor since 7.0.9
|
- Stops working for mermaid-live-editor since 7.0.9
|
||||||
- global.mermaid_config
|
- global.mermaid_config
|
||||||
- rewrite logger
|
- rewrite logger
|
||||||
- rewrite src/d3.js
|
|
||||||
- rewrite less code
|
- rewrite less code
|
||||||
|
|||||||
Reference in New Issue
Block a user