Skip to content

Commit 3ad53b9

Browse files
committed
adding nodev3 fixture back in
1 parent 747a909 commit 3ad53b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the MIT License. See LICENSE in the project root for license information.
3+
4+
namespace Func.E2ETests.Fixtures
5+
{
6+
public class NodeV3FunctionAppFixture : BaseFunctionAppFixture
7+
{
8+
public NodeV3FunctionAppFixture()
9+
: base("node", version: "v3")
10+
{
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)