blob: dd1c7cb524c3ba518175dff1588e90439f52f1ca [file] [log] [blame]
Ben Reichf4610242021-06-30 02:41:421#!/usr/bin/env python
Avi Drissmanaa6d50cd2022-10-06 20:54:252# Copyright 2021 The Chromium Authors
Ben Reichf4610242021-06-30 02:41:423# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6import os
7
8
9def PathToNyc():
10 return os.path.join(
11 os.path.dirname(__file__), 'node_modules', 'nyc', 'bin', 'nyc')