Skip to content

Commit

Permalink
Another test titling experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Dec 8, 2023
1 parent 5cf9806 commit 2b3f853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/server-unit/csv.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { expect } = require('chai');
const csv = require('../../server/lib/renderers/csv');

describe('test/server-unit', () => {
context('test/server-unit', () => {

describe('renderers/csv.js', () => {

Expand Down
2 changes: 1 addition & 1 deletion test/server-unit/dates.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { expect } = require('chai');
const dates = require('../../server/lib/template/helpers/dates');

describe('test/server-unit', () => {
context('test/server-unit', () => {

describe('dates', () => {

Expand Down

0 comments on commit 2b3f853

Please sign in to comment.