Skip to content

Commit

Permalink
Created tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJanineh committed Apr 9, 2024
1 parent 1469ec4 commit 55783b0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions services/npm/npm-latest-package-update.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { ServiceTester } from '../tester.js'

export const t = new ServiceTester({
id: 'npm-latest-package-update',
title: 'NPM Latest Package update Tests',
})

/*
>> TODO: Create tests
t.create('NPM Latest Package update')
t.create('NPM Latest Package update (negative)')
t.create('NPM Latest Package update - Invalid')
*/

0 comments on commit 55783b0

Please sign in to comment.