@sonatype/policy-demo
Version:
Simple npm demo app for Sonatype policy
11 lines (9 loc) • 391 B
JavaScript
/*
* Copyright (c) 2019-present Sonatype, Inc.
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at https://www.eclipse.org/legal/epl-2.0/.
*/
const assert = require('assert')
const sayHello = require('./index.js')
assert.equal("Hello Jerry!", sayHello("Jerry"))