Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Sep 30, 2024
1 parent 538e89d commit 4341df8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/unit/dataset-details.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ function errorTestFn ({
describe('dataset details View', () => {
const params = mock(DatasetDetails)
params.errors = {}
// {
// organisation: {
// name: 'mock org',
// organisation: 'mock-org'
// },
// dataset: {
// name: 'mock dataset',
// dataset: 'mock-dataset',
// collection: 'mock-collection'
// },
// values: {
// dataset: 'mockDataset'
// },
// errors: {}
// }
const html = stripWhitespace(nunjucks.render('dataset-details.html', params))
const datasetName = params.values.dataset.toLowerCase()

Expand Down

0 comments on commit 4341df8

Please sign in to comment.