mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-02-02 14:18:44 +08:00
feat: 更新 股票代码转换测试用例
This commit is contained in:
parent
5e43bf78d0
commit
11584d1e55
@ -1,4 +1,4 @@
|
||||
import BaseTransform from "../../../src/stocks-api/base/transform";
|
||||
import BaseTransform from "../../../src/stocks/base/transform";
|
||||
|
||||
describe("【基础】股票代码转换测试", () => {
|
||||
it("深交所股票代码转换", async () => {
|
@ -1,4 +1,4 @@
|
||||
import NeteaseTransform from "../../../src/stocks-api/netease/transform";
|
||||
import NeteaseTransform from "../../../src/stocks/netease/transform";
|
||||
|
||||
describe("【网易】股票代码转换测试", () => {
|
||||
it("深交所股票代码转换", async () => {
|
Loading…
Reference in New Issue
Block a user