Files
plugin-drone-npm/pkg/npm/plugin_test.go
T
2019-12-18 15:59:48 -08:00

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()
}