mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-21 05:40:47 +00:00
10 lines
278 B
Python
10 lines
278 B
Python
# MIT licensed
|
|
# Copyright (c) 2013-2017 lilydjwg <lilydjwg@gmail.com>, et al.
|
|
|
|
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class NPMTest(ExternalVersionTestCase):
|
|
def test_npm(self):
|
|
self.assertEqual(self.sync_get_version("example", {"npm": None}), "0.0.0")
|