Skip to content

Commit

Permalink
fix: remove demo test
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Aug 9, 2023
1 parent 3cd7a96 commit 823503b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/dataflow/dataflow.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { assertDataflow, withShell } from '../helper/shell'
import { DataflowGraph } from '../../src/dataflow'
import { log, LogLevel } from '../../src/util/log'

describe("Dataflow", () => {
require('./environments/environments')

Expand All @@ -12,13 +8,5 @@ describe("Dataflow", () => {
require('./elements/functions/function-definition')
require('./elements/functions/function-call')
})
describe('x', withShell(shell => {
before(() => {
log.updateSettings(logger => {
logger.settings.minLevel = LogLevel.error
})
})
assertDataflow('u', shell, 'file:///home/limerent/Documents/SocialScience/1-Zenodo_Output.csv-output/586/Paper_script.R', new DataflowGraph())
}))
})
})

0 comments on commit 823503b

Please sign in to comment.