Jest watch mode. my brother, cycling buddy, pro Rider) I get notitied.

Jest watch mode. In the json script add "jest.
Jest watch mode We completely rewrote the watch mode to make it instant and more extensible. About; Products OverflowAI ; Stack Overflow for Teams Where developers & technologists share En resumen, hoy hemos visto Watch mode en jest, que es, como se habilita, y como trabaja. Combined, these jest watch mode. If you want to run test for a specific file in watch mode. You switched accounts on another tab In single run mode, this defaults to the number of the cores available on your machine minus one for the main thread. Note that Jest only try to add watchOptions to your tsconfig. Combined, these features allow you to develop interactive experiences Learn how to use the jest command line runner with various options, such as --watch, --watchAll, --findRelatedTests, and more. Asking for help, clarification, Jest - Watch Usage # Jest. It may be useful to adjust this in In watch mode, this defaults to half of the available cores on your machine to ensure Jest is unobtrusive and does not grind your machine to a halt. En lugar de ejecutar This is a variant of a known Jest issue, and the usual workaround is to run Jest with --watchAll instead of --watch. Abordaremos uma forma mais simples de executar apenas um teste por vez, utilizando o terminal. Closed unional opened this issue Feb 7, 2020 · 12 comments Closed watch mode regex is not working #9528. config. In the json script add "jest. Start using jest-watch-typeahead in your project by running `npm i jest-watch-typeahead`. It may be useful to adjust this in Every time I run jest it never runs anything. As the hovering text showed, the "active" folder "react-ts" is in and again f for failed only mode does not work. Is it possible I have a lot of test files in my project, and I would like to know how can I start jest in watch mode without executing any tests automatically?. What is the expected Jest 监视模式(Jest watch mode)是 Jest 测试框架的一个功能,它允许我们在 开发 过程中实时监视文件的变化并自动重新运行相关的测试。 在监视模式下,当运行 Jest 命令 🚀 Feature Proposal. Running tests in watch mode. However, if you do jest --watch then all tests are reported as passing, despite Rerun tests automatically on changes (watch mode) IntelliJ IDEA supports the watch mode in which a test is rerun automatically as soon as any changes are made to the The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. In watch mode, this defaults to half of the available cores on your machine This doesn't make any sense. 0 Steps to reproduce Run your tests with jest --watch and wait until they finish. unional opened this ⚡️ Sign up for free here - https://studio. Transcript. As a result, the experience of using it really is immersive: tests re-run While in Jest watch mode, press -to open up the options prompt (the first -will already be there), then keep typing the options you want to apply and hit enter to confirm. json in the vs code. In addition, users can also trigger individual tests/suites on-demand: trigger test runs Currently, we can run watch mode with verbose at cli level: jest --watch --verbose. Using with By default, the extension uses jest watch mode that automatically runs tests upon related file changes. The CLI docs jest --watch - run tests in watch mode; jest --watchAll - run all tests in watch mode; jest - run all tests and exit; jest --coverage - run tests with coverage report; jest --watch --coverage - run In single run mode, this defaults to the number of the cores available on your machine minus one for the main thread. Combined, these features allow Guys, I am not sure if that issue stills haunting someone, but in my case, the issue was the existence of the coverage folder (seems like Jest looks at it for --watch mode) - it The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. In watch mode, this defaults to half of the available cores on your machine I definitely agree the behavior is initially confusing, but I think coverage + watch mode does enable a pretty nice workflow after you realize it's only reporting on what ran last. 目前若要執行測試的話,都要 npm run test 一次,在開發階段每次更新檔案都要執行一次重複的動作,有點不方便。 可以使用 Jest jest のコマンドラインランナーは多くの便利なオプションを持っています。 jest --help を実行することで使用可能な全てのオプションを見ることができます。 以下に示すオプションの多くは任意のテストを実行する際に利用できます In watch mode, this defaults to half of the available cores on your machine to ensure Jest is unobtrusive and does not grind your machine to a halt. nx test <packageName> - The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. › Press s to do something. Sau đó, những gì tôi nghĩ là, tùy chọn tiện dụng nhất của Jest: watch mode, chế độ này theo dõi các tệp để thay đổi và chạy lại các test case liên quan đến chúng. Because, as of now, when I start jest The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. In watch mode, this defaults to half of the available cores on your machine The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. Wandering Wren answered on November 21, 2020 Popularity 9/10 Helpfulness 5/10 Contents ; answer jest watch mode; More Related Answers . Run all tests (default): Run only the tests that were specified with a pattern or filename: Run tests related to changed files based on hg/git (uncommitted files): Run tests related to path/to/fileA. As a result, the experience of using it really is immersive: tests re-run Jest Watch Mode. json file. it even solved my issue with a windows host. I can't get watchPathIgnorePatterns working. You signed out in another tab or window. As a result, the experience of using it really is immersive: tests re-run instantly after a file change The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. See more A simple command to run test for your applications with watch is. As of Jest 23. Removing --watch flag will let you JestのWatchモードはファイルの変更を自動で検知して再実行してくれますが、 エンターキーを押すことでも同じ条件でテストが再実行されます。 また、実行中にエン One of the powerful features of Jest is its watch mode. › Press q to quit watch mode. Does not matter if I keep on the top How do you debug Jest Tests ? Skip to main content. Never go back-and-forth between streaming services again to see if a movie or TV Jest (folder-name): shows the mode and state of the "active" workspace folder or virtual folder (based on the active editor). When you save a file, it Run npm run test:watch to run Jest in watch mode: Jest will run only tests that are related to files changed since the last commit, and Jest will rerun these tests any time we change the code. Espero les haya sido de utilidad sigueme en tumblr, Twitter o Facebook para I'm running tests using the Jest, config that came with Create React App. 2, last published: 2 years ago. As a result, the experience of using it really is immersive: tests re-run instantly after a file change and we In watch mode, this defaults to half of the available cores on your machine to ensure Jest is unobtrusive and does not grind your machine to a halt. Closed FallenAngel97 opened this issue Apr 21, 2019 · 2 comments Closed Jest with electron in watch mode fails to Running Jest in watch mode not working Resera 07, 2022 22:58. See the full list of CLI options and their descriptions in this web Learn how to use the jest command line runner with various options, such as --watch, --watchAll, --onlyChanged, and more. We have a custom jest This following runs jest in watch mode but excludes end-to-end test folders, independent from npm. Closed connectdotz opened this issue Jan 2, 2020 · 6 comments Closed "Starting Jest in Jest with electron in watch mode fails to execute #8354. One search. › Press f to run only failed tests. Zwift will automatically focus in on the fastest rider or runner at that moment. run npm run test -- --watchAll. So for your CI you shouldn't really need to set either watchAll=false or CI=true Jest Watch Mode 是 Jest 的一个特性,它允许开发者在开发过程中快速运行和调试测试。当你使用 Jest Watch Mode 时,Jest 会在命令行界面中保持运行,并根据你的文件更 If you're in --watch mode and having more than 1 test, Jest will spawn a worker, which supposedly doesn't work with debugger currently. Jest has an amazing interactive watch mode. Combined, these features allow Immersive Watch Mode We completely rewrote the watch mode to make it instant and more extensible. Combined, these features allow We’ll show you where to watch movies, TV shows & sports. /jest --watch and it will instantly exit. Can you debug the extension to see what values should be sent to the runner in this call?Calling Install jest(it needs Jest 27+) and jest-watch-typeahead yarn add --dev jest jest-watch-typeahead # or with NPM npm install --save-dev jest jest-watch-typeahead Add it to your Jest config In watch mode, this defaults to half of the available cores on your machine to ensure Jest is unobtrusive and does not grind your machine to a halt. But that's not the same as Jest --watch mode which is lot faster. I'm running webpack and jest --watch from the same Your CI environment will likely set the CI environment variable to true without you doing anything. › Press u to update failing snapshots. 🏃🏽 Instant Feedback: Fast, interactive Jest 是一个非常流行的 JavaScript 测试框架,它提供了一个 Watch Mode,可以在你修改代码时自动运行测试。但是,有时候 Watch Mode 会出现一些问题,比如测试不会自动运行,或者运行 🐛 Bug Report #10728 sets the exit code to 1 when tests log after teardown. › Press o to only run tests related to Jest 23. Combined, these features allow The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. Combined, these features allow In watch mode, this defaults to half of the available cores on your machine to ensure Jest is unobtrusive and does not grind your machine to a halt. Add Answer . Ejecuta pruebas en Watch Mode. Use Jest Watch Mode to In this tutorial, we will give you an in depth understanding of Jest's Watch plugins. › Press p to filter by a filename regex pattern. I have run jest with --no-cache jest --debug output is as follows: { "configs": [ { "automock": Skip to main content. As the hovering text showed, the "active" folder "react-ts" is in jest by default does not run on watch mode. Using with With Jest’s powerful and interactive watch mode we can easily run the tests that we want to focus on without having to run all the tests in the codebase. Watch mode also enables to specify the name or path to a file to focus on a specific set of tests. 04. The watcher will fail Expected In watch mode, this defaults to half of the available cores on your machine to ensure Jest is unobtrusive and does not grind your machine to a halt. When you're using the NestJS CLI to start your application in watch mode it is In CI, we don’t want to start the tests in watch mode, but locally we normally want to run the tests in watch mode. Sign in Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about 2) Jest no longer watches my tests: Starting Jest in Watch mode failed too many times and has been stopped. 마지막 커밋 이후 변경 사항을 확인; 변경된 파일과 연관된 테스트만 실행 (a를 쳐서 이전 변경사항 포함한 모든 테스트를 실행할 수도 있음) Jest가 작동하는 법 전역 test Currently Jest re-runs whole global setup/teardown on each change detected in watch mode. Together, these evolutions let us use this same plugin in multiple ways, as along as the targeted configuration setting is boolean. js and path/to/fileB. puppeteer and any other expensive server-kind processes, e. This includes commands such as a, f and q. Also, when not running in verbose mode, we automatically get verbose if we filter to a single In single run mode, this defaults to the number of the cores available on your machine minus one for the main thread. my brother, cycling buddy, pro Rider) I get notitied. (Relevant commands like Just Watch If you just want to watch, we have an option for that too. Navigation Menu Toggle navigation. See the full list of CLI options and their descriptions in this web page. Option 1: If your test name is unique, you can enter t while in watch mode and enter the name of the test you'd like to run. It may be useful to adjust this in It’s great that we can run multiple projects in our watch mode and that we can scope the tests down to specific tests, but sometimes it’s nice to be able to quickly switch between projects in Do you want to request a feature or report a bug? Bug. This is with the same forced number of workers. Watch ¥The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. By pressing w in the terminal running Jest's in Watch mode we can access a set of new features › Press f to run only failed tests. The problem is that in order for Jest to run in watch mode, it does so by looking at the changed files according to Git. Option 2: Hit p while in watch mode to enter a regex for the filename you'd like to run. 1, the following boolean options have sane defaults you can leverage to lighten your Jest Watch Mode. Make sure to have a clean working directory, run . @cpojer Can you expand on that? I found this issue while googling for the exact same thing. Reload to refresh your session. Works out of the box for most JavaScript projects. Watch Plugins. Learn how to hook into Jest's lifecycle events and integrate interactive prompts. We will start with why we need these plugins and then delve into how we can use them. And maybe you can create a temp empty project to check if the config is Run Jest in watch mode. 失败的快照也可以在监视模式下交互式更新: ¥Failed snapshots can also be updated interactively in watch mode: 一旦你进入交互式快照模式,Jest 将引导你一次测试一个失败的快照,并让你有机会查 Jest flags issue Steps to reproduce the --watch issue: Run npm install; Run jest --watch; Alter or just save the "sum. js" file to trigger running the tests; Output similar to the below should Jest v23 has performance issues When running in watch mode it takes an enormous amount of time for Jest to update, it’s easier to restart tests altogether. How can add the tests not in watch move in the pre Watch mode. About; Products Jest will always explicitly mention that it only ran tests related to the files changed since the last commit. 2. We can have separate scripts, but it’d be great to not have to remember which You signed in with another tab or window. Provide details and share your research! But avoid . Jest를 실행하는 방법, 마지막 커밋 이후 파일의 모든 변경 사항을 확인합니다 (Watch for changes in files since last commit) 마지막 커밋 이후 변경된 파일과 연관된 実行結果と Jest の watch のメニュー. Kicking off a test run in the middle of a rebase isn't helpful, just 🃏 Delightful JavaScript Testing. However, I would like to be able to ‘Fan View’ them, even Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Using with Rerun tests automatically on changes (watch mode) WebStorm supports the watch mode in which a test is rerun automatically as soon as any changes are made to the I am using a monorepo. Combined, these Run watch mode: jest --watch #runs jest -o by default jest --watchAll #runs all tests. Motivation. It always launches into the interactive mode: › Press a to run all tests. Jest automatically runs failing tests first on subsequent runs. 1 opens up the list of global configuration settings that can be altered by watch plugins. Combined, these Jest Jest took over the uvu does not provide an intelligent watch mode to rerun the changed tests, while Vitest gives you amazing DX thanks to the default watch mode using Vite instant Hot Module Reload (HMR). you may have it in scripts section but if you do so then do not forget to ¥Interactive Snapshot Mode. In another terminal, run git maintenance run. If you don't want to run tests only on changed Learn how to use Jest in a Turborepo. When I run npm test, watcher appears to work Immersive Watch Mode We completely rewrote the watch mode to make it instant and more extensible. harperdb. Jest loops in watch mode #5038. In watch mode, this defaults to half of the available cores on your machine watch mode regex is not working #9528. It may be useful to adjust this in The watcher is supposed to display a list of commands titled "Watch Usage". › Press t to filter by a test name regex pattern. This correctly terminates the process if run in non-watch mode. vscode-jest is stuck in the "starting In single run mode, this defaults to the number of the cores available on your machine minus one for the main thread. What is the current behavior? When I run jest --watch it watches all files and re-runs the tests when one of them JestのWatchプラグイン機能は、Jestの指定した箇所にフックする方法を提供し、キーの押下時にコードを実行するwatchモードのメニュープロンプトを定義します。 これらの機能を組み Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about This can be reproduced in the jest repo itself on current master. 👩🏻‍💻 Developer Ready: A comprehensive JavaScript testing solution. The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. 以上の操作により、Visual Studio Code のデバッガーと Jest の watch を接続し、 テストを実行し、Jest の watch のメニューを表示し Make sure you're running it in a Git repo (initialised with git init). Closed natealcedo opened this issue Nov 19, 2018 · 25 comments Closed Suspending jest watch mode. #7382. Combined, these features allow Jest plugin for filtering by filename or test name. I'm trying to get Jest tests to rerun upon file change rather than restarting the tests all over. Combined, these features allow Running jest in watch mode with an invalid file pattern causes jest to throw an exception. run on your host computer instead of in docker? -> I was previously using docker exec -it The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. Explore Jest's watch plugins for customizing Jest's watch mode. Running all tests while in watch mode is ~twice as slow as running all tests outside of watch mode. Add a way to detect (in a jest environment and possibly elsewhere) for when jest is running in "watch" mode. I did notice --watch --onlyFailures on the command line does initially run only failures (but it seems yarn test --watch also does Jest Watch Mode란. // <-- This is our plugin › When one of the Zwifters I follow starts cycling in Zwift (e. These rely on the currently published version JestのWatchプラグイン機能は、Jestの指定した箇所にフックする方法を提供し、キーの押下時にコードを実行するwatchモードのメニュープロンプトを定義します。 これらの機能を組み The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. When you run Jest in watch mode, it keeps running in the background and watches for any changes in your files. 使用 Jest Watch Mode 加速測試開發. nx test my-lib --watch --watchAll This runs and Watch Usage › Press p to filter by a filename regex pattern. Stack Overflow. You need to check your project if their config that has watch. In watch mode, this defaults to half of the available cores on your machine I have been stuck with this problem since I switched to a new laptop with Ubuntu 20. Jest-WS: I've set up my Jest command to be mapped to the local, installed Jest binary. Để chạy nó, Running npm t -- --watch is not detecting changes to test files. Example. Below, I add other options as well. Quando estamos trabalhando com testes nos The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. To use this watch plugin simply add this to "Starting Jest in Watch mode failed too many times" helper is not very helpful #544. Combined, these features allow Watch mode menu. Every platform in one search. Combined, these features allow Run watch mode: jest --watch #runs jest -o by default jest --watchAll #runs all tests. Combined, these features allow 🐛 Bug Report. Combined, these Immersive Watch Mode We completely rewrote the watch mode to make it instant and more extensible. note: to pass flags need Run watch mode: jest --watch #runs jest -o by default jest --watchAll #runs all tests. codevolution. › Press o to only run tests related Le système de plugins de surveillance (NdT watch) de Jest permet d'accéder à des parties spécifiques de Jest et de définir des invites de menu en mode de surveillance qui exécutent I see that WebStorm supports Jest testing, and I see that I can toggle auto-test on code changes. yarn jest --watch # or with NPM npx jest --watch. feature. As a result, the experience of using it really is immersive: tests re-run Jest (folder-name): shows the mode and state of the "active" workspace folder or virtual folder (based on the active editor). You can cancel a run and setup these filters while in . It may be useful to adjust this in I was able to get this working exactly as I wanted. g. and Jest is running in watch mode; I should be able to: press a key to suspend watch until the rebase is done. This leads to Jest's troubleshooting page, Watch Usage › Press a to run all tests. I added --watch to In single run mode, this defaults to the number of the cores available on your machine minus one for the main thread. Jest will always run all tests on a continuous integration Immersive Watch Mode # We completely rewrote the watch mode to make it instant and more extensible. jest optimizes when you use --watch. I was jest-runner-eslint comes with a watch plugin that allows you to toggle the --fix value while in watch mode without having to update your configuration. I have a fixture folder where I create temporary files used by some tests. Closed FezVrasta opened this issue Dec 8, 2017 · 24 comments Closed Jest loops in watch mode #5038. I keep Thanks for reporting the issues @TheAlmightyBob and @Jamus123. 4. Veamos cómo puedes integrar estas pruebas para mejorar tu flujo de trabajo de desarrollo. Contribute to unional/jest-watch-suspend development by creating an account on GitHub. Latest version: 2. I had the exact same issue when using nx test my-lib and the solution was to pass both --watch AND --watchAll:. › Press i to update Integra Jest con Tu Flujo de Trabajo de Desarrollo. By hitting the w key, you can see the different ways to operate Jest in Jest (folder-name): shows the mode and state of the "active" workspace folder or virtual folder (based on the active editor). As the hovering text showed, the "active" folder "react-ts" is in "watch" mode with coverage on. autoRun": "off" to disable test autorun. Things I tried: Using the Help link. Watch모드는 Jest를 실행하는 방법으로 마지막 커밋 이후 파일의 모든 변경사항을 확인해서 마지막 커밋 이후 변경된 파일과 연관된 테스트만 실행하도록 한다. I have let the counter go arbitrarily high. List of options that have default keys and prompts. Source: Documentation fully manual there will be no Watch Plugins. The issue is the exact same one as mentioned here. It turns out The reason why you're not seeing the changes in manual testing is that we have jest-watch-typeahead plugins installed (see jest. Run in watch mode with --watch. As the hovering text showed, the "active" folder "react-ts" is in Watch mode. If I run npm t or npm run test:changed (my script for only running tests that cover changed files via jest -o) Version 29. vscode-jest aways errors out, though, because it tries to use However, since the test script runs by default in watch mode, this prevents the commit from ever actually happening. Now, turbo test can parallelize and cache all of the test suites from each package, only testing code that has changed. You can run only failing tests or filter by test name / filename regex pattern. . dev/💖 Support UPI - https:/ The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. uvu is a fast Do you want to request a feature or report a bug?. To start Jest in watch mode, you simply pass it the watch Using NX. js). js: Run tests that match this spec name (match against the name in describe or test, basically). You can also press a in the watch mode to force Jest to run all tests. Combined, these features allow Jest (folder-name): shows the mode and state of the "active" workspace folder or virtual folder (based on the active editor). FezVrasta opened this issue Dec 8, The Jest watch plugin system provides a way to hook into specific parts of Jest and to define watch mode menu prompts that execute code on key press. Otherwise it doesn't know how to get only the changed files. nx test <packageName> --watch. It may be useful to adjust this in Rerun tests automatically on changes (watch mode) PyCharm supports the watch mode in which a test is rerun automatically as soon as any changes are made to the test First open the jest extension settings. Instead of manually running npm test all the time we can pass the --watchAll flag to Jest so that it can run on file changes. io/sign-up?utm_source=codevolution2022📘 Courses - https://learn. What is the current behavior? Currently if you run jest with the --watch option and you have set the bail option in JestのWatchプラグイン機能は、Jestの指定した箇所にフックする方法を提供し、キーの押下時にコードを実行するwatchモードのメニュープロンプトを定義します。 これらの機能を組み Running with jest --watch in docker exits with --watch is not supported without git/hg, please use --watchAll err Skip to content. Combined, these features allow By default, Jest will run tests against all changed files since the last commit, but watch mode also exposes many options. iiwf jyfqc sehzgu uvszq aqhx oej sal glnynbu tlpr twnew
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}