We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c5298 commit f4ab984Copy full SHA for f4ab984
swc/tests/versions_test.bzl
@@ -7,7 +7,7 @@ load("//swc/private:versions.bzl", "TOOL_VERSIONS")
7
8
def _smoke_test_impl(ctx):
9
env = unittest.begin(ctx)
10
- asserts.equals(env, "v1.3.3", TOOL_VERSIONS.keys()[0])
+ asserts.equals(env, "v1.3.21", TOOL_VERSIONS.keys()[0])
11
return unittest.end(env)
12
13
# The unittest library requires that we export the test cases as named test rules,
0 commit comments