Skip to content

Commit

Permalink
resync core part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Dec 6, 2023
1 parent 8ce197f commit 9f2b7ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file removed test/.gitkeep
Empty file.
13 changes: 13 additions & 0 deletions test/placeholder.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Tests for cache system.
* @file cache.spec.js
*/

'use strict';

const chai = require('chai');
chai.should();

describe('#placeholder', () => {
it('should run just to test the devops');
});

0 comments on commit 9f2b7ce

Please sign in to comment.