Skip to content

Commit

Permalink
Add initial stringify spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnesfield committed Mar 13, 2024
1 parent 199e132 commit 00b220f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/stringify.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { expect } from 'chai';
import { stringify } from '../src';

describe('stringify', () => {
it('should be a function', () => {
expect(stringify).to.be.a('function');
});
});

0 comments on commit 00b220f

Please sign in to comment.