mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
Replace require with import
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
/* eslint-env jasmine */
|
||||
/**
|
||||
* Created by knut on 14-11-23.
|
||||
*/
|
||||
var utils = require('./utils')
|
||||
import utils from './utils'
|
||||
|
||||
describe('when detecting chart type ', function () {
|
||||
var str
|
||||
|
Reference in New Issue
Block a user