mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Replace require with import
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
/**
|
||||
* Created by knut on 14-11-03.
|
||||
*/
|
||||
|
||||
var graph = require('../graphDb')
|
||||
var flow = require('./flow')
|
||||
import graph from '../graphDb'
|
||||
import flow from './flow'
|
||||
|
||||
describe('when parsing ', function () {
|
||||
beforeEach(function () {
|
||||
|
Reference in New Issue
Block a user