File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { expect } from "chai" ;
2
- import { remoteConfigApiOrigin } from "../../ api" ;
2
+ import { remoteConfigApiOrigin } from "../api" ;
3
3
import * as nock from "nock" ;
4
4
5
- import * as remoteconfig from "../../remoteconfig /get" ;
6
- import { RemoteConfigTemplate } from "../../remoteconfig /interfaces" ;
7
- import { FirebaseError } from "../../ error" ;
5
+ import * as remoteconfig from "./get" ;
6
+ import { RemoteConfigTemplate } from "./interfaces" ;
7
+ import { FirebaseError } from "../error" ;
8
8
9
9
const PROJECT_ID = "the-remoteconfig-test-project" ;
10
10
Original file line number Diff line number Diff line change 1
1
import { expect } from "chai" ;
2
- import { remoteConfigApiOrigin } from "../../ api" ;
2
+ import { remoteConfigApiOrigin } from "../api" ;
3
3
import * as nock from "nock" ;
4
4
5
- import { RemoteConfigTemplate } from "../../remoteconfig /interfaces" ;
6
- import * as remoteconfig from "../../remoteconfig /rollback" ;
7
- import { FirebaseError } from "../../ error" ;
5
+ import { RemoteConfigTemplate } from "./interfaces" ;
6
+ import * as remoteconfig from "./rollback" ;
7
+ import { FirebaseError } from "../error" ;
8
8
9
9
const PROJECT_ID = "the-remoteconfig-test-project" ;
10
10
File renamed without changes.
You can’t perform that action at this time.
0 commit comments