mirror of
https://github.com/drone-plugins/drone-npm.git
synced 2026-06-04 18:23:52 +08:00
13 lines
305 B
Go
13 lines
305 B
Go
// Copyright (c) 2019, the Drone Plugins project authors.
|
|
// Please see the AUTHORS file for details. All rights reserved.
|
|
// Use of this source code is governed by an Apache 2.0 license that can be
|
|
// found in the LICENSE file.
|
|
|
|
package npm
|
|
|
|
import "testing"
|
|
|
|
func TestPlugin(t *testing.T) {
|
|
t.Skip()
|
|
}
|