Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Oct 24, 2024
1 parent 20a42e4 commit 38b7cfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/wp-data-sync/tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
//
// The default setup is to have files named like "name.test.js" (or .jsx, .ts, or .tsx) in this `tests/` directory.
// But you could instead put them in `src/`, or put files like "name.js" (or .jsx, .ts, or .tsx) in `test` or `__tests__` directories somewhere.
describe( 'Nothing yet', () => {
it( 'is a noop', () => {
expect( true ).toBe( true );
} );
} );

0 comments on commit 38b7cfb

Please sign in to comment.